It's a Discord Bot :]
Required Node 16 if I remember correctly. Run npm i
to install the packages, then run npm run dev
to start the bot locally. Must set the TOKEN
environment variable, other environment variables are optional.
TOKEN
Your Discord bot token, required to start the botENVIRONMENT
Set this toproduction
to run in production mode. Currently does nothingTWITTERTOKEN_consumer_key
Required for Twitter functionalityTWITTERTOKEN_consumer_secret
Required for Twitter functionalityTWITTERTOKEN_access_token
Required for Twitter functionalityTWITTERTOKEN_access_token_secret
Required for Twitter functionality