/discord-sudo

sudo but for discord

Primary LanguageTypeScript

How to run the project

Install Node

sudo apt install npm

Install project dependencies

npm install

Create a .env file at the root of the project with the following format:

TOKEN=<Discord bot token>

Run the project (require Docker)

sudo npm run dbs

and in a new shell

npm start