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 Varsand add in aDISCORD_TOKENkey with the value of your bot user's token. Add aDISCORD_PREFIXkey 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 IDfound 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 helpwhere prefix is the prefix you defined.