File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed
src/Kattbot/CommandModules Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -26,23 +26,10 @@ public Task Meow(CommandContext ctx)
2626
2727 if ( result == 0 )
2828 {
29- return ctx . RespondAsync ( "Woof! \r \n Oops.. 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 \n Oi.. 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" ) ]
You can’t perform that action at this time.
0 commit comments