mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 22:32:52 +02:00
Clean-ups
This commit is contained in:
@@ -19,7 +19,6 @@ module.exports = class ReverseCommand extends Command {
|
||||
|
||||
run(msg, args) {
|
||||
const { text } = args;
|
||||
const converted = text.split('').reverse().join('');
|
||||
return msg.say(`\u180E${converted}`);
|
||||
return msg.say(text.split('').reverse().join(''));
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user