Update information

This commit is contained in:
1computer1 2019-03-15 01:08:41 -04:00
parent 70c859f774
commit 76bff8666f
2 changed files with 2 additions and 8 deletions

View file

@ -27,15 +27,8 @@ class HelpCommand extends Command {
'new Foo().bar;',
'`\u200B``',
'```',
'**Supported languages:**',
'- JavaScript',
'- Python',
'- Haskell',
'- Pascal',
'- Go',
'- F#',
'',
'Read the readme for more information: <https://github.com/1Computer1/comp_iler>'
'Read the readme for supported languages and options: <https://github.com/1Computer1/comp_iler>'
]);
}
}