mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 06:42:50 +02:00
Add Zero-Width-Space to all 'Say' and 'Translate' Commands
This commit is contained in:
@@ -33,7 +33,7 @@ module.exports = class YodaCommand extends commando.Command {
|
||||
.query({
|
||||
sentence: turnToYoda
|
||||
});
|
||||
return message.say(response.text);
|
||||
return message.say(`\u180E${response.text}`);
|
||||
}
|
||||
catch (err) {
|
||||
return message.say(':x: Error! Something went wrong!');
|
||||
|
||||
Reference in New Issue
Block a user