basic_discord-bot
v1.0.1
Published
```javascript const Discord = require('discord.js');
Readme
Hey there, this library is a simple discord bot
Example:
const Discord = require('discord.js');
runbot(Discord, "YOUR_BOTS_TOKEN", "BOTS_PREFIX")
//If prefix isn't defined, it will automatically turn to <"!">