From 4f6cf706507b14506b2b745d8d8e075c25738478 Mon Sep 17 00:00:00 2001 From: EvilDeaaaadd Date: Thu, 1 Aug 2019 23:51:40 +0300 Subject: [PATCH] I'm an idiot --- src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 3703b15..ff31ff3 100644 --- a/src/main.rs +++ b/src/main.rs @@ -59,6 +59,7 @@ fn main() { }) .cmd("ship", ship) .cmd("uwu", uwu) + .cmd("owo", owo) .cmd("host", host) .cmd("headpat", headpat) .cmd("what's this", what), @@ -169,7 +170,7 @@ command!(headpat(_ctx, message, args) { }); command!(owo(_ctx, message, args) { - message.channel_id.say(args.trim().to_string().owoify()); + let _ = message.channel_id.say(args.trim().to_string().owoify()); }); command!(uwu(_ctx, message) {