reduced intents

This commit is contained in:
2025-04-09 16:12:39 +10:00
parent 963f9a4261
commit 20ff7be5ba

View File

@@ -29,7 +29,7 @@ pixelget_token = os.getenv('PIXELGET_TOKEN')
copyparty_token = os.getenv('COPYPARTY_TOKEN')
#Bot intents
intents = discord.Intents.default()
intents = discord.Intents.none()
intents.messages = True
intents.message_content = True
bot = discord.Bot(intents=intents)
@@ -127,6 +127,7 @@ async def on_message(message):
if message.author.id == 1094991519812956270:
return
messagechannel = bot.get_channel(862039084683624468)
logger.debug(f"{user_message}")