Add more help information

This commit is contained in:
1computer1 2019-03-12 12:30:41 -04:00
parent b2e3eca02b
commit 6b1c6c4860
2 changed files with 29 additions and 2 deletions

View file

@ -8,7 +8,10 @@ class AboutCommand extends Command {
}
exec(message) {
return message.util.send('I do things!');
return message.util.send([
'Comp_iler is made by 1Computer.',
'Source code is available at <https://github.com/1Computer1/comp_iler>.'
]);
}
}