Managing commands
This is how you enable/disable commands
Command Management
Deleting a command's file
#!/bin/bash
# Linux / Mac
rm -rf src/commands/Discord/<category>/<command>
# Windows
del ./src/commands/Discord/<category>/<command>Disabling the command
Editing the configuration
Last updated