@bot.command() #рандомайзер
async def random(ctx):
author = ctx.message.author
if author == 'wsip#2534':
await ctx.send(f'{author.mention}, Ты выбил 6 ')
else:
await ctx.send(f'{author.mention}, Ты выбил {randint(1, 6)}')