UNPKG

454 BTypeScriptView Raw
1import Context from './Services/Context';
2import IConfig from './Interfaces/IConfig';
3export default class Aidyn {
4 private Client;
5 private ConnectionString;
6 private BotToken;
7 private Processor;
8 private Loaded;
9 Context: Context;
10 constructor(config?: IConfig);
11 LoadCommands(commands: any): Promise<any>;
12 Start(commands?: any): Promise<Aidyn>;
13 Stop(): Promise<any>;
14}
15//# sourceMappingURL=Aidyn.d.ts.map
\No newline at end of file