README
Documentation
Hello.This is the documentation for the package.This package makes coding a discord bot easier.
It makes discord.js much easier.Like one code snippet here:
const myBot = new veryFunnyBot.DiscordBot("null",1);
myBot.login(process.env.DISCORD_BOT_ID);
Now,let's break this code snippet down,first of all we have:
- Class Instanciation -Login function
Now,the class Instanciation is where we make our discord bot with all the methods