GithubHelp home page GithubHelp logo

prompt-cliffside / discloader Goto Github PK

View Code? Open in Web Editor NEW

This project forked from r3alcl0ud/discloader

0.0 0.0 0.0 25.73 MB

High level Java wrapper for the Discord API

Home Page: http://discloader.io

Java 100.00%

discloader's Introduction

DiscLoader

A High Level Java wrapper for the Discord API written in Created to replace the method daisy chaining confusion of other Java libraries for the Discord API.

Documentation

Discord Guild

Programming Help

Example

Contribution guildlines

<dependencies>
    <dependency>
        <groupId>io.discloader</groupId>
        <artifactId>discloader</artifactId>
        <version>0.2.2</version>
    </dependency>
</dependencies>
<repositories>
    <repository>
        <id>jcenter</id>
        <name>jcenter-bintray</name>
        <url>http://jcenter.bintray.com</url>
    </repository>
</repositories>

Done

  • Connecting to the gateway via websocket
  • Change username/nickname/guild name
  • Change avatar/guild icon
  • Sending messages
  • Sending embeds
  • Sending Files
  • Editing messages and embeds
  • Deleting messages
  • Command System
  • Voice Connections
  • Gateway reconnecting and resuming
  • Added Channel Categories

Todo

  • Finish constants registry.
  • Finish packet reading.
  • Parse EmbedJSONs to a MessageEmbed type.
  • Add methods for editing a Channel's data.
  • add better documentation

Command Line Arguments

arg description default
nogui if DiscLoader is executed with nogui as an argument the GUI window doesn't show loads GUI
-t=<token> The api token to use to authenticate ""
-p=<prefix> The prefix to use for commands "//"
-s=<shard>:<shards> The info for sharding "0:1"

Options file

property description default
useWindow whether or not to use the included GUI true
token The api token to use for authentication ""
prefix The prefix to look for at the start of a message //
shard The shard number 0
shards The number of shards 1

discloader's People

Contributors

ianagbip1oti avatar r3alcl0ud avatar zachw000 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.