This repository was archived by the owner on Feb 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
DDynamic edited this page Dec 29, 2018
·
5 revisions
- Deploy the app to heroku using the button above. If you are using the free plan, you will want to 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 aTOKENkey with the value of your bot user's token. Optionally, add aPREFIXkey 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 iss!or the prefix you defined.
To manage your installation, visit stackmanager.dylanseidt.com. You can find your database credentials on the settings section of the Heroku Postgres add-ons page.