Skip to content

felds/instants-bot

Repository files navigation

To run, pass the following env vars either from the shell

TOKEN=abc123 COMMAND_PREFIX=abc123 DEBUG=1 npm start

... or via a .env file

TOKEN=abc123
COMMAND_PREFIX=abc123
DEBUG=1