mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-13 00:09:08 +02:00
msg
This commit is contained in:
@@ -16,9 +16,9 @@ module.exports = class ComplimentCommand extends Command {
|
||||
});
|
||||
}
|
||||
|
||||
run(message, args) {
|
||||
run(msg, args) {
|
||||
const { thing } = args;
|
||||
const compliment = compliments[Math.floor(Math.random() * compliments.length)];
|
||||
return message.say(`${thing}, ${compliment}`);
|
||||
return msg.say(`${thing}, ${compliment}`);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user