-
Notifications
You must be signed in to change notification settings - Fork 0
Command List
Kyle R edited this page Jun 29, 2020
·
1 revision
This page is a maintained list of available WojBot commands.
Some commands require an elevated user role. Owner role can use every command. Admin role can use every command other than owner only commands. Trusted role has elevated access over the basic role, but cannot use admin/owner commands.
Tip: Arguments that you need to provide are shown below surrounded by greater and less than signs, you should replace them with your own values (remove the signs)
Tip: If you need to include spaces for an argument, you must surround it in quotes. For example, !addadmin Mike Jones will not work as expected due to the space, you should instead use !addadmin "Mike Jones"
| Command | Description | Role Required |
|---|---|---|
!wojbot help |
Posts link to WojBot command list | basic |
!wojbot version |
Shows WojBot version info | owner |
!wojbot shutdown |
Shuts down WojBot | owner |
| Command | Description | Role Required |
|---|---|---|
!addadmin <nickname> |
Add user as an admin | admin |
!removeadmin <nickname> |
Remove user as an admin | admin |
!addtrusted <nickname> |
Add user into trusted role | admin |
!removetrusted <nickname> |
Remove user from trusted role | admin |
| Command | Description | Role Required |
|---|---|---|
!twitter addkeyword <keyword> |
Adds a twitter keyword to add monitored twitter accounts | trusted |
!twitter addkeyword <handle> <keyword> |
Adds a twitter keyword to specified monitored twitter account | trusted |
!twitter delkeyword <keyword> |
Deletes a twitter keyword from all monitored twitter accounts | trusted |
!twitter delkeyword <handle> <keyword> |
Deletes a twitter keyword from specified monitored twitter account | trusted |
!twitter listkeywords <handle> |
Lists all twitter keywords for a specificed monitored twitter account | trusted |
!twitter listaccounts |
Lists all monitored twitter accounts | trusted |
!twitter mute |
Mutes all twitter accounts (their tweets will not be posted) | trusted |
!twitter mute <handle> |
Mutes specified twitter account (their tweets will not be posted) | trusted |
!twitter unmute |
Unmutes all twitter accounts (their tweets will be posted) | trusted |
!twitter unmute <handle> |
Unmutes specified twitter account (their tweets will be posted) | trusted |