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:
parent
4f321373f9
commit
37b0bf13be
7 changed files with 86 additions and 3 deletions
|
@ -101,7 +101,7 @@ export class TelegramService {
|
|||
* @param signal
|
||||
*/
|
||||
public stop = (signal: string) => {
|
||||
if (!this.isWebhookEnabled) {
|
||||
if (this.isWebhookEnabled) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue