Browse Source

Moving some warnings around

tags/v2.0.0
Roxie Gibson 5 years ago
parent
commit
959dae53a2
1 changed files with 22 additions and 17 deletions
  1. +22
    -17
      docs/commands.md

+ 22
- 17
docs/commands.md View File



### ;blacklist ### ;blacklist


Manage the global blacklist for Roxbot.

!!! warning "Required Permissions" !!! warning "Required Permissions"
This command can only be executed by the owner of the Roxbot instance. This command can only be executed by the owner of the Roxbot instance.


Manage the global blacklist for Roxbot.


Command Structure: Command Structure:




### ;changeactivity ### ;changeactivity


Changes the activity that Roxbot is doing. This will be added as a game. "none" can be passed to remove an activity from Roxbot.

!!! warning "Required Permissions" !!! warning "Required Permissions"
This command can only be executed by the owner of the Roxbot instance. This command can only be executed by the owner of the Roxbot instance.


Changes the activity that Roxbot is doing. This will be added as a game. "none" can be passed to remove an activity from Roxbot.


Command Structure: Command Structure:




### ;changeavatar ### ;changeavatar


Changes the avatar of the bot account. This cannot be a gif due to Discord limitations.

!!! warning "Required Permissions" !!! warning "Required Permissions"
This command can only be executed by the owner of the Roxbot instance. This command can only be executed by the owner of the Roxbot instance.


Changes the avatar of the bot account. This cannot be a gif due to Discord limitations.

Command Structure: Command Structure:


`;changeavatar image` `;changeavatar image`


### ;changenickname ### ;changenickname


Changes the nickname of Roxbot in the guild this command is executed in.

!!! warning !!! warning
This command cannot be used in private messages. This command cannot be used in private messages.


!!! warning "Required Permissions" !!! warning "Required Permissions"
This command can only be executed by the owner of the Roxbot instance. This command can only be executed by the owner of the Roxbot instance.


Changes the nickname of Roxbot in the guild this command is executed in.


Command Structure: Command Structure:




### ;echo ### ;echo


Echos the given string to a given channel.

!!! warning "Required Permissions" !!! warning "Required Permissions"
This command can only be executed by the owner of the Roxbot instance. This command can only be executed by the owner of the Roxbot instance.


Echos the given string to a given channel.

Command Structure: Command Structure:


`;echo channel message` `;echo channel message`


### ;printsettings ### ;printsettings


Prints settings for the cogs in this guild.

!!! warning "Required Permissions" !!! warning "Required Permissions"
Command requires the user to have the `manage_guild` permission. Command requires the user to have the `manage_guild` permission.


!!! warning !!! warning
This command cannot be used in private messages. This command cannot be used in private messages.


Prints settings for the cogs in this guild.


Command Structure: Command Structure:


This whole cog cannot be used in private messages. This whole cog cannot be used in private messages.


### ;ban ### ;ban
Bans the mentioned user with the ability to give a reason.


!!! warning "Required Permissions" !!! warning "Required Permissions"
Command requires the user **and** Roxbot to have the `ban_users` permission. Command requires the user **and** Roxbot to have the `ban_users` permission.
Bans the mentioned user with the ability to give a reason.


Command Structure: Command Structure:


``` ```


### ;kick ### ;kick
Kicks the mentioned user with the ability to give a reason.


!!! warning "Required Permissions" !!! warning "Required Permissions"
Command requires the user **and** Roxbot to have the `kick_users` permission. Command requires the user **and** Roxbot to have the `kick_users` permission.
Kicks the mentioned user with the ability to give a reason.


Command Structure: Command Structure:




### ;purge ### ;purge


Purges the text channel the command is executed in. You can specify a certain user to purge as well.

!!! warning "Required Permissions" !!! warning "Required Permissions"
Command requires the user **and** Roxbot to have the `manage_messages` permission. Command requires the user **and** Roxbot to have the `manage_messages` permission.
Purges the text channel the command is executed in. You can specify a certain user to purge as well.


Command Structure: Command Structure:






### ;slowmode ### ;slowmode
Puts the channel in slowmode. Users with `manage_channel` or `manage_messages` permissions will not be effected.


!!! warning "Required Permissions" !!! warning "Required Permissions"
Command requires the user **and** Roxbot to have the `manage_channels` permission. Command requires the user **and** Roxbot to have the `manage_channels` permission.
Puts the channel in slowmode. Users with `manage_channel` or `manage_messages` permissions will not be effected.


Command Structure: Command Structure:


``` ```


### ;unban ### ;unban
Unbans the mentioned user with the ability to give a reason.


!!! warning "Required Permissions" !!! warning "Required Permissions"
Command requires the user **and** Roxbot to have the `ban_users` permission. Command requires the user **and** Roxbot to have the `ban_users` permission.
Unbans the mentioned user with the ability to give a reason.


Command Structure: Command Structure:



Loading…
Cancel
Save