feat: upgrade mod
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
vaalacat
2024-04-23 11:30:28 +00:00
parent 75944abbc2
commit e39db56969
7 changed files with 34 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ import (
)
func ApproveHandler(update tgbotapi.Update, cmd defs.Command) {
u, err := models.GetUserByTGID(update.CallbackQuery.From.ID)
u, err := models.GetUserByMCName(cmd.Argstr)
if err != nil {
return
}