diff --git a/terminal.py b/terminal.py index 2acbbbf..b1e8feb 100644 --- a/terminal.py +++ b/terminal.py @@ -11,6 +11,7 @@ USER_ID = config.USER_ID PREFIX = '$' intents = discord.Intents.default() +intents.guilds = True intents.messages = True intents.dm_messages = True bot = commands.Bot(command_prefix=PREFIX, intents=intents)