Hey, this server's support channels are only for support with the OpenAI APIs, not for support with the discord APIs. But, I've seen this error before and you need to set the intents explicitly for the bot, try setting the intents field in the creation of your bot:
bot = discord.Bot(intents=discord.Intents.default(), command_prefix="!", activity=activity)