Bot Commands System
Please note that commands are CASE-SENSITIVE
Simple Commands:
Users can enter commands to the bot by typing the Command Token before a command like so:
!help
--> This command shows the list of available plugin help content.
!help 'plugin_name'
--> This command shows help commands for individual plugins.
!version
--> This command shows the current bot version.
Multi-Commands:
There is also support for multi-command inputs which allows you to input multiple commands in a single line
like so:
!version ; !about ; !echo test
--> This multi-command calls the !version, !about, and !echo
commands.
!ytsearch songname ; !ytplay 1
--> This multi-command searches youtube for a song and plays item #1 from the search results.
You can set the multi-command limit (commands per input) in the config.ini
Custom Command Tokens:
You can also change the command token to any single character in your config.ini file.
For example, you can change the token to '~' or '/' so your commands will look like
this:
~help
--> This command shows help commands.
/version
--> This command shows the current bot version.
Primary Bot Control Plugins: Core Commands and Bot Commands
Core Commands:
Please refer to the Core Commands Plugin wiki page for a full list of commands.
Bot Commands:
Please refer to the Bot Commands Plugin wiki page for a full list of commands.