From b51b80a14414004d23605db8c505af3ad41c9cdc Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Mon, 1 Apr 2024 02:26:30 +0100 Subject: add members intent --- arthur/__main__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'arthur/__main__.py') diff --git a/arthur/__main__.py b/arthur/__main__.py index 041399b..8b013b4 100644 --- a/arthur/__main__.py +++ b/arthur/__main__.py @@ -16,6 +16,7 @@ async def main() -> None: """Entry async method for starting the bot.""" intents = discord.Intents.default() intents.message_content = True + intents.members = True intents.dm_typing = False intents.dm_reactions = False intents.invites = False -- cgit v1.2.3