discord-bot

MIT License

Stars
2
Committers
2

discord-bot

Development

Requirements

  • Node
  • Yarn (optional)

Setup

Fork the project first, clone the repo locally then run:

yarn install

or

npm install

You must also create a .env in the root directory with the following values:

DISCORD_BOT_PREFIX=!
DISCORD_BOT_TOKEN=my_token

Running

Run the build command first:

yarn build

or

npm run build

then to run the project:

node dist