@client.command()
async def кухня(ctx, member: discord.Member):
role = discord.utils.get(member.guild.roles, id = 981594840879988807)
if role in ctx.author.roles:
await ctx.author.remove_roles(role)
else:
await ctx.author.add_roles(role)