fixed spelling error
This commit is contained in:
parent
59fc0d24a2
commit
0855fa3022
@ -57,7 +57,7 @@ namespace NadekoBot.Modules.Administration.Commands
|
||||
|
||||
cgb.CreateCommand(Prefix + "deletecustomreaction")
|
||||
.Alias(Prefix + "dcr")
|
||||
.Description("Deletes a custome reaction with given name (and index)")
|
||||
.Description("Deletes a custom reaction with given name (and index)")
|
||||
.Parameter("name", ParameterType.Required)
|
||||
.Parameter("index", ParameterType.Optional)
|
||||
.AddCheck(SimpleCheckers.OwnerOnly())
|
||||
|
@ -2,7 +2,7 @@
|
||||
######You can donate on paypal: `nadekodiscordbot@gmail.com` or Bitcoin `17MZz1JAqME39akMLrVT4XBPffQJ2n1EPa`
|
||||
|
||||
#NadekoBot List Of Commands
|
||||
Version: `NadekoBot v0.9.5986.42408`
|
||||
Version: `NadekoBot v0.9.5987.230`
|
||||
### Administration
|
||||
Command and aliases | Description | Usage
|
||||
----------------|--------------|-------
|
||||
@ -39,7 +39,7 @@ Command and aliases | Description | Usage
|
||||
`.uinfo`, `.userinfo` | Shows info about the user. If no user is supplied, it defaults a user running the command. | .uinfo @SomeUser
|
||||
`.addcustomreaction`, `.acr` | Add a custom reaction. Guide here: <https://github.com/Kwoth/NadekoBot/wiki/Custom-Reactions> **Owner Only!** | .acr "hello" I love saying hello to %user%
|
||||
`.listcustomreactions`, `.lcr` | Lists all current custom reactions (paginated with 5 commands per page). | .lcr 1
|
||||
`.deletecustomreaction`, `.dcr` | Deletes a custome reaction with given name (and index)
|
||||
`.deletecustomreaction`, `.dcr` | Deletes a custom reaction with given name (and index)
|
||||
`.aar`, `.autoassignrole` | Automaticaly assigns a specified role to every user who joins the server. Type `.aar` to disable, `.aar Role Name` to enable
|
||||
`.restart` | Restarts the bot. Might not work.
|
||||
`.sr`, `.setrole` | Sets a role for a given user. | .sr @User Guest
|
||||
|
Loading…
Reference in New Issue
Block a user