Add some dabbing

This commit is contained in:
runebaas 2019-05-01 18:22:44 +02:00
parent e4d71a7a99
commit d761e0bf10
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
4 changed files with 30 additions and 0 deletions

View file

@ -64,6 +64,13 @@ namespace Geekbot.net.Commands.Randomness
{
await ReplyAsync("", false, Eb(_mediaProvider.GetFox()));
}
[Command("dab", RunMode = RunMode.Async)]
[Summary("Get a random dab image")]
public async Task Dab()
{
await ReplyAsync("", false, Eb(_mediaProvider.GetDab()));
}
private static Embed Eb(string image)
{