Add some dabbing
This commit is contained in:
parent
e4d71a7a99
commit
d761e0bf10
4 changed files with 30 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue