Something incomprehensible when the code is executed, I don't know how to describe it, but the screenshot shows
Code:
symbols = "ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890"
@client.event
async def on_message(message):
if message.content.startswith('Код'):
await message.channel.send(random.choice(symbols) for x in range(6))
Here you can see that the last 6 characters still change, but I do not understand how to remove unnecessary