Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Beniamiiin committed Nov 28, 2023
1 parent 6cbe40d commit 5ff1b9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (h *accessGovernanceBotCommandHandler) Handle(update tgbotapi.Update) []tgb
telegramUser = callbackQuery.From
}

if telegramUser.ID == chatID {
if telegramUser.ID != chatID {
return []tgbotapi.Chattable{}
}

Expand Down

0 comments on commit 5ff1b9b

Please sign in to comment.