A simple Discord bot to reward your server members.
Copyright (c) 2020 Dylan Seidt. Licensed under the MIT License.
- Deploy the app to heroku using the button above. If you are using the free plan, you should verify your Heroku account.
- Create a new application with a bot user on the discord developer website. Copy the bot user's token.
- Go to your app's
Config Vars
and add in aDISCORD_TOKEN
key with the value of your bot user's token. Add aDISCORD_PREFIX
key with your desired command prefix. Under Resources, disable the web dyno and enable the worker dyno. - Invite the bot to your server. Go to the following URL after replacing the
Client ID
found on the discord bot overview page. https://discordapp.com/api/oauth2/authorize?client_id=REPLACE&permissions=8&scope=bot - Try out the help command by running
prefix help
where prefix is the prefix you defined.