Add Zero-Width-Space to all 'Say' and 'Translate' Commands

This commit is contained in:
Daniel Odendahl Jr
2017-04-07 22:35:42 +00:00
parent ed1f15a4ce
commit 03695dc4a2
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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!');