mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 05:51:42 +02:00
Add Zero-Width-Space to all 'Say' and 'Translate' Commands
This commit is contained in:
@@ -30,6 +30,6 @@ module.exports = class TemmieCommand extends commando.Command {
|
||||
console.log(`[Command] ${message.content}`);
|
||||
const thingToTranslate = args.text;
|
||||
const temmized = temmize(thingToTranslate);
|
||||
return message.say(temmized);
|
||||
return message.say(`\u180E${temmized}`);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user