From 777667230082648ac37eaa2b0e64360612af8c7d Mon Sep 17 00:00:00 2001 From: crate Date: Thu, 10 Oct 2024 14:31:55 +0000 Subject: [PATCH] intents --- terminal.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/terminal.py b/terminal.py index da26ab9..2acbbbf 100644 --- a/terminal.py +++ b/terminal.py @@ -11,6 +11,8 @@ USER_ID = config.USER_ID PREFIX = '$' intents = discord.Intents.default() +intents.messages = True +intents.dm_messages = True bot = commands.Bot(command_prefix=PREFIX, intents=intents) def setup_logging():