diff --git a/discordbot/titanembeds/bot.py b/discordbot/titanembeds/bot.py index cc12280..1523f18 100644 --- a/discordbot/titanembeds/bot.py +++ b/discordbot/titanembeds/bot.py @@ -15,7 +15,7 @@ import json import traceback intents = discord.Intents.default() -intents.members = False +intents.members = True class Titan(discord.AutoShardedClient): def __init__(self, shard_ids=None, shard_count=None):