COde updates
This commit is contained in:
parent
432ee62807
commit
03c5ec07c1
4 changed files with 125 additions and 3 deletions
7
main.go
7
main.go
|
|
@ -56,8 +56,11 @@ func main() {
|
|||
}
|
||||
}
|
||||
|
||||
if update.Message.Chat.ID == *b.Config.AdminChatId && update.Message.ReplyToMessage != nil {
|
||||
b.HandleDeclineReason(&update)
|
||||
if update.Message.Chat.ID == *b.Config.AdminChatId {
|
||||
if update.Message.ReplyToMessage != nil {
|
||||
b.HandleDeclineReason(&update)
|
||||
}
|
||||
b.HandleAdminCommands(&update)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue