Releases: kedi/DWP
Releases · kedi/DWP
Gateway Fix
Not first but, second!
Merge pull request #9 from baybeku/master Update README.md
First Setup
The very first setup for the project. It's not a node module yet but if you wanna self-use it, here is how:
Get the wrapper
const discord = require("./src/Managers/BaseManager")
Create new class within the wrapper
const client = new discord.Client()
Simply login to start interacting with Discord API
client.login("token")
Guild Manager is here!
If you would like to acess a guild and create some functions on it:
client.guilds.get("guildID")
There are some functions now you can do with Guild Manager
- Attach
.leave()
function to Guild Manager to request your client to leave the specified guild. - Nothing here yet xd