Disbot
A simple template for slash commands bot. Build in [email protected] !
Summary
Requirements
Installation
# Clone the repository
git clone https://github.com/seyiooo/disbot.git
# Enter into the directory
cd disbot
# Install the dependencies
npm install
Setup
Open the config.json
file and modify the token / IDs.
{
"token": "token",
"version": "1.0.0",
"guild": "guild id (for dev mode)",
"devs": ["your id"],
"color": "#2F3136"
}
There are different ways to run.
# Run as default mode
node .
# Run as eval mode
node . eval
# Run as load mode
node . load