mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 05:54:33 +02:00
Reverse upside down typing text
This commit is contained in:
@@ -21,6 +21,6 @@ module.exports = class UpsideDownCommand extends Command {
|
||||
}
|
||||
|
||||
run(msg, { text }) {
|
||||
return msg.say(letterTrans(text, dictionary));
|
||||
return msg.say(letterTrans(text, dictionary).split('').reverse().join(''));
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user