dciets / discord-sudo

sudo but for discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

sudo but for discord


Languages

Language:TypeScript 99.1%Language:Dockerfile 0.9%