I'm an idiot

This commit is contained in:
EvilDeaaaadd 2019-08-01 23:51:40 +03:00
parent 1f31c9348b
commit 4f6cf70650
1 changed files with 2 additions and 1 deletions

View File

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