mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
switch from twitch usernames to user id
This commit is contained in:
parent
6b255a2bb5
commit
8a7057f2d4
|
@ -31,7 +31,7 @@ type Models struct {
|
||||||
SetLevel(login string, level int) error
|
SetLevel(login string, level int) error
|
||||||
GetLevel(twitchId string) (int, error)
|
GetLevel(twitchId string) (int, error)
|
||||||
SetLocation(login, location string) error
|
SetLocation(login, location string) error
|
||||||
GetLocation(login string) (string, error)
|
GetLocation(twitchId string) (string, error)
|
||||||
SetLastFM(login, lastfmUser string) error
|
SetLastFM(login, lastfmUser string) error
|
||||||
GetLastFM(login string) (string, error)
|
GetLastFM(login string) (string, error)
|
||||||
Delete(login string) error
|
Delete(login string) error
|
||||||
|
|
Loading…
Reference in a new issue