use twitch id instead of twitch username

This commit is contained in:
lyx0 2023-03-05 21:14:24 +00:00
parent 777329897a
commit bab41a15af

View file

@ -30,7 +30,7 @@ type Models struct {
Check(twitchId string) (*User, error)
SetLevel(login string, level int) error
GetLevel(twitchId string) (int, error)
SetLocation(login, location string) error
SetLocation(twitchId, location string) error
GetLocation(twitchId string) (string, error)
SetLastFM(login, lastfmUser string) error
GetLastFM(login string) (string, error)