diff options
Diffstat (limited to 'arthur/__main__.py')
-rw-r--r-- | arthur/__main__.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |