mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
add some more placeholder commands
This commit is contained in:
parent
ceb9c4b98d
commit
afc2b74ff0
|
@ -90,7 +90,6 @@ func (app *Application) EditUserLevel(user, lvl string, message twitch.PrivateMe
|
||||||
common.Send(message.Channel, reply, app.TwitchClient)
|
common.Send(message.Channel, reply, app.TwitchClient)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (app *Application) GetUserLevel(login string) int {
|
func (app *Application) GetUserLevel(login string) int {
|
||||||
|
|
|
@ -72,7 +72,6 @@ func (u UserModel) SetLevel(login string, level int) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (u UserModel) Get(login string) (*User, error) {
|
func (u UserModel) Get(login string) (*User, error) {
|
||||||
|
|
Loading…
Reference in a new issue