mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-13 15:58:06 +02:00
msg
This commit is contained in:
@@ -15,8 +15,8 @@ module.exports = class CuddleCommand extends Command {
|
||||
});
|
||||
}
|
||||
|
||||
run(message, args) {
|
||||
run(msg, args) {
|
||||
const { thing } = args;
|
||||
return message.say(`${message.author} *cuddles* ${thing}`);
|
||||
return msg.say(`${msg.author} *cuddles* ${thing}`);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user