Skip to content

Commit

Permalink
Remove presences intents
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Dec 30, 2023
1 parent 83545e3 commit 4c1b01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from aiohttp import ClientSession
from environs import Env
from libs.utils import RodhajLogger

from rodhaj import Rodhaj

if os.name == "nt":
Expand All @@ -23,7 +24,6 @@

intents = discord.Intents.default()
intents.message_content = True
intents.presences = True
intents.members = True


Expand Down

0 comments on commit 4c1b01f

Please sign in to comment.