Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 200 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 200 Bytes

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