Minor Fixes

This commit is contained in:
Daniel Odendahl Jr
2017-04-12 21:12:51 +00:00
parent ced554d4a7
commit 41ed83f25e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -32,4 +32,4 @@ module.exports = class TemmieCommand extends Command {
const temmized = translator.wordTrans(text, dictionary);
return message.say(`\u180E${temmized}`);
}
};
};