mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-22 09:00:10 +00:00
Update discord.go
This commit is contained in:
parent
49dfac514d
commit
b595d3ea03
@ -551,7 +551,7 @@ func (d *DiscordDaemon) cmdInvite(s *dg.Session, i *dg.InteractionCreate, lang s
|
||||
// expmin = mins
|
||||
//}
|
||||
// Need to check whether requestor is linked to the admin account *possibly add Admin bool to DiscordUser struct
|
||||
requestoremail := GetEmailsKey(requestor.JfID)
|
||||
requestoremail := d.app.storage.GetEmailsKey(requestor.JellyfinID)
|
||||
if !requestoremail.admin {
|
||||
d.app.err.Printf("User is not admin")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user