3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-18 07:35:02 +00:00

Add !help

This commit is contained in:
Dragory 2019-04-13 03:54:36 +03:00
parent 05dfff7d37
commit 9785e9fb89
2 changed files with 59 additions and 1 deletions

View file

@ -69,4 +69,8 @@ export class ZeppelinPlugin<TConfig extends {} = IBasePluginConfig> extends Plug
throw new PluginRuntimeError(`Invalid emoji: ${snowflake}`, this.runtimePluginName, this.guildId);
}
}
public getRegisteredCommands() {
return this.commands.commands;
}
}