Skip to content

Commit

Permalink
fixed disabled discord
Browse files Browse the repository at this point in the history
  • Loading branch information
jontyms committed Aug 30, 2024
1 parent 4318a5d commit 23af2c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/util/discord.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ def __init__(self):

@staticmethod
def check_presence(discord_id, guild_id):
if not Settings().discord.enable:
return False
"""
Checks if member is in a guild.
"""
Expand Down

0 comments on commit 23af2c2

Please sign in to comment.