A template for a discord bot written with discordjs with reloadable events and commands along with a multitude of plugins
The master branch is unstable and should be used with caution.
To use stable releases go to releases
Economy / points system pluginWebhook plugin- API plugin
- Updater plugin/system
- Points system
Translate- Welcome/Leave messages (image jimp)
Verification system (email/oauth)Status page- Monitoring app
- CLI init
Make sure to have FFmpeg/avconv installed for the youtube plugin
TOKEN=DISCORD_BOT_TOKEN
YANDEX_TOKEN=YANDEX_TOKEN (only if translation API is enabled)
module.exports = {
prefix: "t!", // bot prefix
owner: "312551747027468290", // your id
emojis: {
// emojis for success and errors
err: {
full: ":red_circle:",
id: ":red_circle:",
},
success: {
id: ":white_check_mark:",
full: ":white_check_mark:",
},
},
persistent: false, // persistent database or in memory database
};
$ yarn
$ npm
$ yarn start
$ npm start
DanCodes – @dan-online – [email protected]
Distributed under the MIT license. See LICENSE
for more information.
- Fork it (https://github.com/dan-online/discord-bot/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request