Skip to content

ClickyCoyote/totobot

Repository files navigation

totobot

Setup

npm install

Credential Management

Store your bot token in the BOT_TOKEN environment variable

Environment Variables

BOT_TOKEN=
COMMAND_CHAR=.
DEBUG=bot* 

How to invite your bot to your server

https://discordapp.com/oauth2/authorize?client_id=CLIENTID&scope=bot

Deployment to Heroku

  1. Log into Heroku: heroku login
  2. Deploy: git push heroku master
  3. Scale down web: heroku ps:scale web=0
  4. Scale up worker: heroku ps:scale worker=1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published