mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 13:56:43 +02:00
msg
This commit is contained in:
@@ -25,8 +25,8 @@ module.exports = class EasterEggCommand extends Command {
|
||||
});
|
||||
}
|
||||
|
||||
run(message, args) {
|
||||
run(msg, args) {
|
||||
const { tag } = args;
|
||||
return message.say(eastereggs[tag]);
|
||||
return msg.say(eastereggs[tag]);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user