@bot.command()
async def test(ctx):
role = discord.utils.get(ctx.guild.roles, id=783724505008570389)
if role not in ctx.author.roles:
await ctx.send('У вас должна быть соответствующая роль для использования этой команды')
return