# Clone the repository
git clone https://github.com/seyiooo/disbot.git
# Enter into the directory
cd disbot
# Install the dependencies
npm install
Open the config.json file and modify the token / IDs.
{
"token": "token",
"version": "1.0.0",
"guild": "guild id (if you run without process arguments)",
"devs": ["your id"],
"logs": "logs channel id",
"color": "#color"
}There are different ways to run.
# Run as default mode
node .
# Run as eval mode
node . eval
# Run as load mode
node . load