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():