From d172341b963c4274fe3e1cf2baa002d7f33af73b Mon Sep 17 00:00:00 2001 From: ajax146 <31014239+ajax146@users.noreply.github.com> Date: Thu, 11 Jun 2026 10:37:28 -0700 Subject: [PATCH] This disables the presence intent on TS --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,