recently i'm trying to make another bot for my channel with pycard it's my first time
but now i getting this error
it's says that intents is missing
init() missing 1 required keyword-only argument: 'intents'
File "C:\Users\taha\Desktop\BOT\FireShop\bot.py", line 26, in <module>
client = commands.Bot(command_prefix=commands.when_mentioned_or("!"));