From f9a1ca0c500e7e2b3f9269e3b0d700cbde209865 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Thu, 25 Feb 2016 03:38:00 +0100 Subject: [PATCH] finished moving help - closes #63 --- NadekoBot/Commands/HelpCommand.cs | 4 ++-- NadekoBot/Commands/PlayingRotate.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NadekoBot/Commands/HelpCommand.cs b/NadekoBot/Commands/HelpCommand.cs index 76790d00..59936082 100644 --- a/NadekoBot/Commands/HelpCommand.cs +++ b/NadekoBot/Commands/HelpCommand.cs @@ -35,7 +35,7 @@ namespace NadekoBot { #endregion OldHelp if (string.IsNullOrWhiteSpace(e.GetArg("command"))) { - await e.User.Send("**LIST OF COMMANDS CAN BE FOUND ON THIS LINK**\n\n "); + await e.User.Send("**LIST OF COMMANDS CAN BE FOUND ON THIS LINK**\n\n "); return; } else { @@ -99,7 +99,7 @@ Version: `{NadekoStats.Instance.BotVersion}`"; **GUIDE ONLY**: -**LIST OF COMMANDS**: ")); +**LIST OF COMMANDS**: ")); cgb.CreateCommand("-donate") .Alias("~donate") diff --git a/NadekoBot/Commands/PlayingRotate.cs b/NadekoBot/Commands/PlayingRotate.cs index 53b46f4b..e47e27b8 100644 --- a/NadekoBot/Commands/PlayingRotate.cs +++ b/NadekoBot/Commands/PlayingRotate.cs @@ -66,7 +66,7 @@ namespace NadekoBot.Commands { public override void Init(CommandGroupBuilder cgb) { cgb.CreateCommand(".rotateplaying") .Alias(".ropl") - .Alias("Toggles rotation of playing status of the dynamic strings you specified earlier.") + .Description("Toggles rotation of playing status of the dynamic strings you specified earlier.") .AddCheck(Classes.Permissions.SimpleCheckers.OwnerOnly()) .Do(DoFunc());