A Discord bot with Lego-related commands for the BrickSculpt server.
The configuration options are in .env.sample
. Copy that to .env
and then fill in the various IDs.
You'll need to register the bot on Discord and set up a server. You can find guides online for that.
Then your server needs NodeJS installed.
To run:
npm install
to install dependenciesnpm run register
to tell Discord what commands are availablenpm run start
to start the bot