add some more placeholder commands

This commit is contained in:
lyx0 2022-08-11 20:35:34 +02:00
parent ceb9c4b98d
commit afc2b74ff0
2 changed files with 0 additions and 2 deletions

View file

@ -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 {

View file

@ -72,7 +72,6 @@ func (u UserModel) SetLevel(login string, level int) error {
}
return nil
}
func (u UserModel) Get(login string) (*User, error) {