DiscordBot Schema is a clean Discord bot skeleton for development or testing.
| Name | Type | Version |
|---|---|---|
| Node.js | Software | 18.18.0 |
| discord.js | npm Package | 14.14.1 |
| fs | npm Package | 0.0.1-security |
| child_process | npm Package | 1.0.2 |
| Command | Description | Type | Permissions |
|---|---|---|---|
/ping |
Bot delay time | Slash Command | User |
/example |
Examples for tests | Slash Command | User |
/restart |
Full bot restart | Slash Command | Administrator |
/clear |
Delete N number of messages | Slash Command | Administrator |
| Event | Description |
|---|---|
ready |
Startup discord bot |
interactionCreate |
Interaction hooks (slash commands, buttons, select menus, modals) |
🌟 This project is completely free and anyone can use it without any restrictions. It would be awesome if you could star the repository as a token of appreciation!
- Download the latest version.
- Unzip the file.
- Open a command prompt in the directory of the folder.
- Run the command
npm installto initialize the project. - Open
config.jsonand paste your bot's token. - Run the command
npm startin the console. - Check the bot's functionality.
🚀 You can use any operating system, but I have tested it on Windows and Linux. Feel free to report any bugs, I will be reviewing and addressing them!