Skip to content

Commit d130ece

Browse files
Meow gif
1 parent efbd2a1 commit d130ece

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

src/Kattbot/CommandModules/RandomModule.cs

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,10 @@ public Task Meow(CommandContext ctx)
2626

2727
if (result == 0)
2828
{
29-
return ctx.RespondAsync("Woof!\r\nOops.. I mean... meow? :grimacing:");
29+
return ctx.Channel.SendMessageAsync("https://tenor.com/view/arf-cute-puppy-dog-bark-gif-16685500");
3030
}
3131

32-
return ctx.RespondAsync("Meow!");
33-
}
34-
35-
[Command("mjau")]
36-
public Task Mjau(CommandContext ctx)
37-
{
38-
int result = new Random().Next(minValue: 0, maxValue: 10);
39-
40-
if (result == 0)
41-
{
42-
return ctx.RespondAsync("Voff!\r\nOi.. Fytti katta... mjau? :grimacing:");
43-
}
44-
45-
return ctx.RespondAsync("Mjau!");
32+
return ctx.Channel.SendMessageAsync("https://tenor.com/view/7tv-emotes-gif-2384164572110866110");
4633
}
4734

4835
[Command("prep")]

0 commit comments

Comments
 (0)