mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-08 19:31:35 +02:00
Add help command
This commit is contained in:
parent
ac21b5657b
commit
426d0b0335
14 changed files with 109 additions and 13 deletions
|
@ -6,7 +6,10 @@ import Command from '.';
|
|||
@injectable()
|
||||
export default class implements Command {
|
||||
public name = 'config';
|
||||
public description = 'changes various bot settings';
|
||||
public examples = [
|
||||
['config prefix !', 'set the prefix to !'],
|
||||
['config channel music-commands', 'bind the bot to the music-commands channel']
|
||||
];
|
||||
|
||||
public async execute(msg: Message, args: string []): Promise<void> {
|
||||
if (args.length === 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue