From bfb70e135ccfb90e04ab4d510c76e0354d0e0274 Mon Sep 17 00:00:00 2001 From: SimolZimol <70102430+SimolZimol@users.noreply.github.com> Date: Tue, 29 Oct 2024 19:15:31 +0100 Subject: [PATCH] modified: bot.py --- bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.py b/bot.py index e947314..61debd4 100644 --- a/bot.py +++ b/bot.py @@ -81,6 +81,7 @@ openai_instance = OpenAI(base_url=OPENAI_BASE_URL, api_key=OPENAI_API_KEY) TOKEN = os.getenv("DISCORD_TOKEN") intents = discord.Intents.default() intents.message_content = True +intents.members = True intents.reactions = True python = sys.executable