Membership change tracking #8

Merged
anton merged 5 commits from user-join-leave-tracking into main 2024-02-03 09:44:15 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7c8fc054e9 - Show all commits

View File

@ -32,7 +32,7 @@ export class ChannelBot {
process.once('SIGINT', () => this.bot.stop('SIGINT'));
process.once('SIGTERM', () => this.bot.stop('SIGTERM'));
this.bot.on('chat_member', this.handleChatMemberUpdate.bind(this));
this.bot.on('chat_member', (ctx) => this.handleChatMemberUpdate(ctx));
this.bot.launch(
{