()
| 3772 | |
| 3773 | protected async getConfig(): Promise<DB> { |
| 3774 | const configManager = await this.getConfigManager(); |
| 3775 | return configManager.getConfig(); |
| 3776 | } |
| 3777 | |
| 3778 | protected async editMessage( |
| 3779 | msg: Api.Message, |
| 3780 | text: string, |
nothing calls this directly
no test coverage detected