()
| 682 | } |
| 683 | |
| 684 | private getMainPrefix(): string { |
| 685 | const prefixes = getPrefixes(); |
| 686 | return prefixes[0] || ""; |
| 687 | } |
| 688 | |
| 689 | private getChatKey(msg: Api.Message): string { |
| 690 | const chatId = (msg as any).chatId; |
no outgoing calls
no test coverage detected