Add in some foxes aswell
This commit is contained in:
parent
3f02f90d70
commit
8974d6df7e
4 changed files with 55 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue