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) {