Status Module
Manages the status message.
Configuration
status.cooldown
Number of seconds the bot waits before changing its status to a string picked randomly from thestatus
collection.status.lines
List of possible status messages that the bot can have.
SetStatus
!setstatus <arbitrary string>
Sets the status message to the given string, at least until it's automatically changed again. Only works from the main guild.
arbitrary string
String to set the status to. Be careful that it's a valid Discord status.
AddStatus
!addstatus <arbitrary string>
Adds a string to the discord status rotation.
arbitrary string
Status string. Be careful that it's a valid Discord status.
RemoveStatus
!removestatus <arbitrary string>
Removes a string to the discord status rotation. Use !getconfig status.lines to get a list of all strings currently in rotation.
arbitrary string
Status string that must exactly match the one you want to remove.