Skip to content
Snippets Groups Projects
Commit 41e6a4d1 authored by dnns01's avatar dnns01
Browse files

Fix TwitchUser properties

parent a0e31da8
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ class TwitchUser(models.Model):
return self.id == int(os.getenv("BROADCASTER_ID"))
@property
def is_mod(self):
def is_admin(self):
return self.admin
@property
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment