1
0
Fork 0
mirror of https://github.com/muerwre/vk-tg-bot.git synced 2025-04-25 06:56:40 +07:00

#6 added joiin-leave handler

This commit is contained in:
Fedor Katurov 2021-05-13 10:26:37 +07:00
parent 4f321373f9
commit 37b0bf13be
7 changed files with 86 additions and 3 deletions

View file

@ -101,7 +101,7 @@ export class TelegramService {
* @param signal
*/
public stop = (signal: string) => {
if (!this.isWebhookEnabled) {
if (this.isWebhookEnabled) {
return;
}