Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Getting Started

DDynamic edited this page Dec 29, 2018 · 5 revisions

Deploy

  1. Deploy the app to heroku using the button above. If you are using the free plan, you will want to verify your Heroku account.
  2. Create a new application with a bot user on the discord developer website. Copy the bot user's token.
  3. Go to your app's Config vars and add in a TOKEN key with the value of your bot user's token. Optionally, add a PREFIX key with your desired command prefix. Under Resources, disable the web dyno and enable the worker dyno.
  4. 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
  5. Try out the help command by running prefix help where prefix is s! 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.

Clone this wiki locally