A Discord bot, providing various features to users. Uses Discord.js.
REMEMBER: Until now, there is no permission checking implemented. Support is going to be added soon.
This bot has the following commands available:
$$announce - Write a message to every channel on the server.
$$eval - Execute JS Code in Discord.
$$help - Get a neat little help page.
$$ping - Ping the bot. Used for testing purposes.
$$stats - Display stats about the bot.
$$userinfo - Get info about yourself.
$$vote - Create a vote.
Additionally, there are also the following features:
Displays a Hello message when a new user joins.
- Download source files.
- Create a new file called
Token.json
in the/config
folder. The file path should now be/config/Token.json
. - Drop this code in there:
{
"token": "YOUR-BOT-TOKEN"
}