Cardholder will receive a direct message and get notified when it happens.
- Discord bot token, make sure to add the bot to your server.
- Discord channel for logging purposes.
- Hyper account and secret key.
- Heroku application.
- Stripe webhook and signing secret. Use https://your-app.herokuapp.com as endpoint URL.
- Clone this repository.
- Run
cp .env.sample .envto create your.envfile. - Input your Discord bot token, Stripe secret key and webhook signing secret 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.