From 08f04819c04af99f81845b57f51decde52e03e76 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Thu, 5 May 2016 04:36:10 +0200 Subject: [PATCH] fix commandlist --- NadekoBot/Modules/Administration/AdministrationModule.cs | 3 +-- commandlist.md | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/NadekoBot/Modules/Administration/AdministrationModule.cs b/NadekoBot/Modules/Administration/AdministrationModule.cs index a0866fb6..d9a0552e 100644 --- a/NadekoBot/Modules/Administration/AdministrationModule.cs +++ b/NadekoBot/Modules/Administration/AdministrationModule.cs @@ -569,8 +569,7 @@ namespace NadekoBot.Modules.Administration cgb.CreateCommand(Prefix + "prune") .Alias(".clr") .Description( -@"`.prune` removes all nadeko's messages in the last 100 messages.`.prune X` removes last X messages from the channel (up to 100)`.prune @Someone` removes all Someone's messages in the last 100 messages.`.prune @Someone X` removes last X 'Someone's' messages in the channel. -**Usage**: `.prune` or `.prune 5` or `.prune @Someone` or `.prune @Someone X`") +"`.prune` removes all nadeko's messages in the last 100 messages.`.prune X` removes last X messages from the channel (up to 100)`.prune @Someone` removes all Someone's messages in the last 100 messages.`.prune @Someone X` removes last X 'Someone's' messages in the channel.\n**Usage**: `.prune` or `.prune 5` or `.prune @Someone` or `.prune @Someone X`") .Parameter("user_or_num", ParameterType.Optional) .Parameter("num", ParameterType.Optional) .Do(async e => diff --git a/commandlist.md b/commandlist.md index 4be0f66c..002afde8 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.5969.8219` +Version: `NadekoBot v0.9.5969.8273` ### Administration Command and aliases | Description | Usage ----------------|--------------|------- @@ -61,7 +61,7 @@ Command and aliases | Description | Usage `.stats` | Shows some basic stats for Nadeko. `.dysyd` | Shows some basic stats for Nadeko. `.heap` | Shows allocated memory - **Owner Only!** -`.prune`, `.clr` | `.prune` removes all nadeko's messages in the last 100 messages.`.prune X` removes last X messages from the channel (up to 100)`.prune @Someone` removes all Someone's messages in the last 100 messages.`.prune @Someone X` removes last X 'Someone's' messages in the channel. | `.prune` or `.prune 5` or `.prune @Someone` or `.prune @Someone X` +`.prune`, `.clr` | `.prune` removes all nadeko's messages in the last 100 messages.`.prune X` removes last X messages from the channel (up to 100)`.prune @Someone` removes all Someone's messages in the last 100 messages.`.prune @Someone X` removes last X 'Someone's' messages in the channel. | `.prune` or `.prune 5` or `.prune @Someone` or `.prune @Someone X` `.die`, `.graceful` | Shuts the bot down and notifies users about the restart. **Owner Only!** `.newname`, `.setname` | Give the bot a new name. **Owner Only!** `.newavatar`, `.setavatar` | Sets a new avatar image for the NadekoBot. **Owner Only!**