Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
jmilldotdev committed Nov 21, 2023
1 parent fd356b1 commit da84bd1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ def __init__(self) -> None:
def set_intents(self, intents: discord.Intents) -> None:
intents.message_content = True
intents.messages = True
# if "presence" in self.metadata.intents:
# intents.presences = True
# if "members" in self.metadata.intents:
# intents.members = True
intents.presences = True
intents.members = True

def get_commands(self) -> None:
bot_data = self.db["commands"].find_one({"bot": "eden"})
Expand Down

0 comments on commit da84bd1

Please sign in to comment.