diff --git a/main.py b/main.py index 72fbc5c1..f09889b5 100644 --- a/main.py +++ b/main.py @@ -26,8 +26,9 @@ datefmt="%Y-%m-%d %H:%M:%S", ) -intents = discord.Intents.all() +intents = discord.Intents.default() intents.members = True +intents.message_content = True bot_ = bot.TechSupportBot( intents=intents,