You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
intents = discord.Intents.default() intents.members = True #used to let the bot to get info about the user intents.message_content = True #lets the bot read the message contents
line 13, in
bot = commands.Bot(command_prefix=config.BOT_PREFIX,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: BotBase.init() missing 1 required keyword-only argument: 'intents'
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x000001C3362CA3D0>
The text was updated successfully, but these errors were encountered: