Add in some foxes aswell

This commit is contained in:
runebaas 2018-03-28 22:14:07 +02:00
parent 3f02f90d70
commit 8974d6df7e
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
4 changed files with 55 additions and 0 deletions

View file

@ -64,6 +64,14 @@ namespace Geekbot.net.Commands
{
await ReplyAsync("", false, eb(_mediaProvider.getPinguin()));
}
[Command("fox", RunMode = RunMode.Async)]
[Remarks(CommandCategories.Randomness)]
[Summary("Get a random turtle image")]
public async Task fox()
{
await ReplyAsync("", false, eb(_mediaProvider.getFox()));
}
private EmbedBuilder eb(string image)
{