I'm rewriting the bot with discord.py on pycord started to redo the ticket system from scratch, but when trying to create a button to delete a ticket, the bot gives an error. I tried reinstalling pycord - it didn't help. Discord.py - deleted completely.
return await send(channel, *args, **kwargs)
TypeError: send() got an unexpected keyword argument 'view'