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());