Morse Code Command

This commit is contained in:
dragonfire535
2017-03-17 22:27:47 -04:00
parent 267c1685fa
commit 972f9696ea
4 changed files with 38 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ class TranslateCommand extends commando.Command {
group: 'textedit',
memberName: 'translate',
description: 'Translates text to a given language. (;translate ja Give me the money!) (;translate list to see avaliable language codes!)',
examples: [';translate ja Give me the the money!', ';translate']
examples: [';translate ja Give me the the money!', ';translate list']
});
}