From bb91bdf2b2aaa646870db88bf26189fd75cd21ec Mon Sep 17 00:00:00 2001 From: Blue Robin Date: Mon, 15 Jan 2024 11:34:48 -0600 Subject: [PATCH] didn't work... attempting fix --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 54cf34e..ee77156 100644 --- a/main.py +++ b/main.py @@ -35,7 +35,7 @@ # noinspection PyDunderSlots,PyUnresolvedReferences intents.message_content = True # noinspection PyDunderSlots,PyUnresolvedReferences -# intents.members = True +intents.members = True bot = discord.Bot(intents=intents) testing_servers = [1038227549198753862, 1044711937956651089, 821083375728853043]