Add owo command
This commit is contained in:
parent
5a3f3a5e2c
commit
722898468f
3 changed files with 55 additions and 0 deletions
9
commands/owo.js
Normal file
9
commands/owo.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
const owo = require('@zuzak/owo')
|
||||
module.exports = {
|
||||
name: 'owo',
|
||||
description: 'Translate to furry/weeb language',
|
||||
execute({message, args}) {
|
||||
let msg = args.join(" ")
|
||||
message.channel.send(owo.translate(msg));
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue