/disnode

A new and lightweight Discord API wrapper!

Primary LanguageJavaScriptMIT LicenseMIT

Disnode - A new and lightweight Discord API wrapper by FHGDev

To use Disnode, you must have a discord bot token.

How to login

You need a token to login! Don't try to use an email and password.

const disnode = require('disnode')
const bot = new disnode.Client()

bot.login("your token here")