Add a check to help

This commit is contained in:
runebaas 2018-03-02 23:35:14 +01:00
parent 440f3a97c2
commit 75cbcfff76
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6

View file

@ -1,6 +1,7 @@
using System;
using System.Text;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Geekbot.net.Lib;
@ -28,6 +29,7 @@ namespace Geekbot.net.Commands
sb.AppendLine("https://geekbot.pizzaandcoffee.rocks/commands");
var dm = await Context.User.GetOrCreateDMChannelAsync();
await dm.SendMessageAsync(sb.ToString());
Context.Message.AddReactionAsync(new Emoji("✅"));
}
catch (Exception e)
{