Skip to content

Commit

Permalink
Added issues url to help
Browse files Browse the repository at this point in the history
  • Loading branch information
gngrninja committed Jun 25, 2017
1 parent d5ec964 commit e077673
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Modules/Fun/FunCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ public async Task Help()
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");
sb.AppendLine();
sb.AppendLine($"**For a more detailed command list, please visit:** http://gngr.ninja/bot");
sb.AppendLine();
sb.AppendLine("*Having trouble, or is something broken? Please post any issues here:* https://github.com/gngrninja/NinjaBotCore/issues");
embed.Description = sb.ToString();
await _cc.Reply(Context, embed);

Expand Down

0 comments on commit e077673

Please sign in to comment.