From afc2b74ff0d1b879e3fd992190f077f5d470ef41 Mon Sep 17 00:00:00 2001 From: lyx0 <66651385+lyx0@users.noreply.github.com> Date: Thu, 11 Aug 2022 20:35:34 +0200 Subject: [PATCH] add some more placeholder commands --- cmd/bot/user.go | 1 - internal/data/users.go | 1 - 2 files changed, 2 deletions(-) diff --git a/cmd/bot/user.go b/cmd/bot/user.go index d759ce8..0f2bbe6 100644 --- a/cmd/bot/user.go +++ b/cmd/bot/user.go @@ -90,7 +90,6 @@ func (app *Application) EditUserLevel(user, lvl string, message twitch.PrivateMe common.Send(message.Channel, reply, app.TwitchClient) return } - } func (app *Application) GetUserLevel(login string) int { diff --git a/internal/data/users.go b/internal/data/users.go index c06cae4..b1cd6e9 100644 --- a/internal/data/users.go +++ b/internal/data/users.go @@ -72,7 +72,6 @@ func (u UserModel) SetLevel(login string, level int) error { } return nil - } func (u UserModel) Get(login string) (*User, error) {