Discord bot that allows only license owners to reset metadata.
- Discord bot token, make sure to add the bot to your server.
- Hyper account and publishable API key.
- Heroku application.
- Clone this repository.
- Run
cp .env.sample .envto create your.envfile. - Input your Discord bot token, desired prefix (default is
!) and Hyper publishable API key in the new.envfile. - Commit changes to a private repository in your account.
- Create a new app on Heroku.
- Go to Deploy, then link your GitHub and connect your repository.
- Select and deploy
mainbranch.