I'm an idiot
This commit is contained in:
parent
1f31c9348b
commit
4f6cf70650
|
@ -59,6 +59,7 @@ fn main() {
|
||||||
})
|
})
|
||||||
.cmd("ship", ship)
|
.cmd("ship", ship)
|
||||||
.cmd("uwu", uwu)
|
.cmd("uwu", uwu)
|
||||||
|
.cmd("owo", owo)
|
||||||
.cmd("host", host)
|
.cmd("host", host)
|
||||||
.cmd("headpat", headpat)
|
.cmd("headpat", headpat)
|
||||||
.cmd("what's this", what),
|
.cmd("what's this", what),
|
||||||
|
@ -169,7 +170,7 @@ command!(headpat(_ctx, message, args) {
|
||||||
});
|
});
|
||||||
|
|
||||||
command!(owo(_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) {
|
command!(uwu(_ctx, message) {
|
||||||
|
|
Loading…
Reference in New Issue