diff --git a/NadekoBot/Modules/Administration/Commands/CustomReactionsCommands.cs b/NadekoBot/Modules/Administration/Commands/CustomReactionsCommands.cs index de7d0665..991ab203 100644 --- a/NadekoBot/Modules/Administration/Commands/CustomReactionsCommands.cs +++ b/NadekoBot/Modules/Administration/Commands/CustomReactionsCommands.cs @@ -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()) diff --git a/commandlist.md b/commandlist.md index 9fe6fc29..ff8176f1 100644 --- a/commandlist.md +++ b/commandlist.md @@ -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: **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