Update patches/0003-nuzzles.patch
This commit is contained in:
parent
52b2032764
commit
04bfb40ec7
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@
|
|||
approveBtn := api.NewInlineKeyboardButtonData("Approve", fmt.Sprintf("approve_%d", userID))
|
||||
declineBtn := api.NewInlineKeyboardButtonData("Decline", fmt.Sprintf("decline_%d", userID))
|
||||
- banBtn := api.NewInlineKeyboardButtonData("Ban (24h)", fmt.Sprintf("ban_%d", userID))
|
||||
+ banBtn := api.NewInlineKeyboardButtonData("⚠️ Ban (24h)aaa", fmt.Sprintf("ban_%d", userID))
|
||||
+ banBtn := api.NewInlineKeyboardButtonData("⚠️ Ban (24h)", fmt.Sprintf("ban_%d", userID))
|
||||
return api.NewInlineKeyboardMarkup(
|
||||
[]api.InlineKeyboardButton{approveBtn, declineBtn},
|
||||
[]api.InlineKeyboardButton{banBtn},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue