|
|
|
|
@ -101,6 +101,7 @@ async fn handle_meme(ctx: Context, msg: Message) -> bool
|
|
|
|
|
|
|
|
|
|
match command_lower.as_str()
|
|
|
|
|
{
|
|
|
|
|
".godwin" => { utils::send_msg(ctx, msg.channel_id, "https://imgur.com/1MVRQsc").await; return true }
|
|
|
|
|
".beer" => { utils::send_msg(ctx, msg.channel_id, "https://www.youtube.com/watch?v=IZVHBMCdXIw").await; return true }
|
|
|
|
|
".beeer" => { utils::send_msg(ctx, msg.channel_id, "https://youtu.be/nPtMHSYtPc4").await; return true }
|
|
|
|
|
".ivan" => { utils::send_msg(ctx, msg.channel_id, "http://i.imgur.com/0sjR5lE.jpg").await; return true }
|
|
|
|
|
|