Add more help information
This commit is contained in:
parent
b2e3eca02b
commit
6b1c6c4860
2 changed files with 29 additions and 2 deletions
|
@ -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>.'
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue