A Node.js-based bot project with modular structure, general configuration utility, and future support for cloud deployment (24/7 runtime).
git clone
npm init
node .\deploy-commands.js
node .\bot.js
| Folder Name | Purpose |
|---|---|
| bot.js | Entry point of the bot |
| deploy-commands.js | Deploy slash commands base on server id |
| utils/ | General utilities |