Skip to content

Releases: kedi/DWP

Gateway Fix

15 May 13:09
Compare
Choose a tag to compare

Gateway was being terminated due to a missing heartbeat ack. It's fixed now, the session is functional and is not being terminated.

Not first but, second!

29 Dec 00:37
2317798
Compare
Choose a tag to compare
Merge pull request #9 from baybeku/master

Update README.md

First Setup

08 Jul 12:31
Compare
Choose a tag to compare

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

  1. Attach .leave() function to Guild Manager to request your client to leave the specified guild.
  2. Nothing here yet xd