finished moving help - closes #63
This commit is contained in:
parent
f010bf44df
commit
f9a1ca0c50
@ -35,7 +35,7 @@ namespace NadekoBot {
|
|||||||
#endregion OldHelp
|
#endregion OldHelp
|
||||||
|
|
||||||
if (string.IsNullOrWhiteSpace(e.GetArg("command"))) {
|
if (string.IsNullOrWhiteSpace(e.GetArg("command"))) {
|
||||||
await e.User.Send("**LIST OF COMMANDS CAN BE FOUND ON THIS LINK**\n\n <https://gist.github.com/Kwoth/1ab3a38424f208802b74>");
|
await e.User.Send("**LIST OF COMMANDS CAN BE FOUND ON THIS LINK**\n\n <https://github.com/Kwoth/NadekoBot/blob/master/commandlist.md>");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
@ -99,7 +99,7 @@ Version: `{NadekoStats.Instance.BotVersion}`";
|
|||||||
|
|
||||||
**GUIDE ONLY**: <https://github.com/Kwoth/NadekoBot/blob/master/ComprehensiveGuide.md>
|
**GUIDE ONLY**: <https://github.com/Kwoth/NadekoBot/blob/master/ComprehensiveGuide.md>
|
||||||
|
|
||||||
**LIST OF COMMANDS**: <https://gist.github.com/Kwoth/1ab3a38424f208802b74>"));
|
**LIST OF COMMANDS**: <https://github.com/Kwoth/NadekoBot/blob/master/commandlist.md>"));
|
||||||
|
|
||||||
cgb.CreateCommand("-donate")
|
cgb.CreateCommand("-donate")
|
||||||
.Alias("~donate")
|
.Alias("~donate")
|
||||||
|
@ -66,7 +66,7 @@ namespace NadekoBot.Commands {
|
|||||||
public override void Init(CommandGroupBuilder cgb) {
|
public override void Init(CommandGroupBuilder cgb) {
|
||||||
cgb.CreateCommand(".rotateplaying")
|
cgb.CreateCommand(".rotateplaying")
|
||||||
.Alias(".ropl")
|
.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())
|
.AddCheck(Classes.Permissions.SimpleCheckers.OwnerOnly())
|
||||||
.Do(DoFunc());
|
.Do(DoFunc());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user