Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
@client.command() async def k(ctx): code = "https://discord.gift/" + ('').join(random.choices(string.ascii_letters + string.digits, k=16)) f = open('Codes.txt', "a+") f.write(f'{code}\n') f.close() print(f'[GENERATED] {code}')
await ctx.send(f'{code}')