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