You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Modules/Fun/FunCommands.cs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -219,6 +219,8 @@ public async Task Help()
219
219
sb.AppendLine($"\t :black_small_square: Greeting Commands: {Config.Prefix}toggle-greetings **|** {Config.Prefix}set-join-message User join greeting **|** {Config.Prefix}set-part-message User left message");
220
220
sb.AppendLine();
221
221
sb.AppendLine($"**For a more detailed command list, please visit:** http://gngr.ninja/bot");
222
+
sb.AppendLine();
223
+
sb.AppendLine("*Having trouble, or is something broken? Please post any issues here:* https://github.com/gngrninja/NinjaBotCore/issues");
0 commit comments