Commands
Pretty much everything the bot can do, and some things it can't
Using Command parameters
Do not literally type out <> [] | etc
Optional: [foo] means that this argument can be ignored.
Required: <foo> means that you must use this argument for the command to work
Prefix: !vt
, the default prefix, should be replaced with whatever prefix you've set
Public Commands
!vt [ban_index]
The most straight-forward command. When used, the bot will reply with the how long the server has gone without saying their banned words.
!vtct [ban_index]
Similar to !vt
, this command will reply with the length of the server's cool-down, and the cool-down status of the banned words.
!vtr [ban_index]
Much like !vt
and !vtct
, this command will reply with the number of times each banned word has been said, as well as the longest streak without saying it.
!vthelp
Pretty self-explanatory, this command will let you know how to use the various import commands. Notably, it will tell you what the server's prefix is.
This command works both as the literal !vthelp
, as well as with whatever prefix you've set.
Admin-only Commands
Like the name implies, to use these commands you'll have to be an administrator on the server you're on.
!vtprefix [new_prefix]
This command is used to change what the bot uses for its prefix on the server. The new prefix must be between 1 and 10 characters.
!vtdelay [hours:][minutes:]<seconds>
This command can be used to set how long the server will wait between calling out users in chat.
!vtswapban <target_index> <word_to_ban>
Use this command to change a word banned by the server. This should be used as part of setting up the bot on the server, to change from the default banned word.
!vtban <word_to_ban>
Use this command to ban an additional word on the server. Only three words may be banned at a time.
!vtunban <target_index>
Use this command to remove one of the words banned by the server. The index should be one of the numbers seen when using !vt.
There must be at least one word banned at all times, so the last ban can't be removed.
!vtsilence
The opposite of !vtalert
, after this command is used, the bot will silently record infractions instead of calling out users in the chat.
!vtalert
The opposite of !vtsilence
, this command will re-enable call-outs from the bot.
Last updated