mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-09 01:04:16 +02:00
msg
This commit is contained in:
@@ -16,8 +16,8 @@ module.exports = class ReverseCommand extends Command {
|
||||
});
|
||||
}
|
||||
|
||||
run(message, args) {
|
||||
run(msg, args) {
|
||||
const { text } = args;
|
||||
return message.say(`\u180E${text}`);
|
||||
return msg.say(`\u180E${text}`);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user