discord-bot-master
v1.0.0
Published
Discord Bot Master is an easy to use module to assist you in your bot developing journey!
Readme
About
Discord Bot Master is an easy to use module to assist you in your bot developing journey!
Installation
npm i discord-bot-master
Usage
const Master = require('discord-bot-master');
const client = new Master.Client();
client.function(params);