-
Notifications
You must be signed in to change notification settings - Fork 3
Commands and Syntax
Prodosía can recognize commands issued to it through imgur comments and discord messages. In both cases there needs to be a corresponding Tracker or the command is ignored.
Each command starts with a prefix. This prefix can be set up by the user itself.
The default prefix for imgur is @Tagaroo
The default prefix for discord will be the username of the bot.
The prefix must be separate from a sentence:
YES: prepended_comment @Tagaroo arguments
YES: @Tagaroo arguments
NO: prepended_comment@Tagaroo arguments
After the prefix the actual command that must be executed should be issued. By default the following commands are available:
The command needs to be separate from its arguments. In some cases it needs to be separate from the command prefix as well.
For example:
- For
@Tagaroo(with a space at the end) the command needs to be separate
YES:prepended_comment @Tagaroo command arguments
NO:prepended_comment @Tagaroocommand arguments - For
!(without a space at the end) the command does not need to be separate
YES:prepended_comment ! command arguments
YES:prepended_comment !command arguments
Anything after the command will be arguments for said command. If you are unsure how to use a command, please look at its wiki page or use the command:
[prefix] help [command]
Where [prefix] is the user-set prefix and [command] is the command that you wish to know how to use.