discord.py
1
Вклад в тег
@bot.event
async def on_ready():
for i in bot.guilds:
inv = await i.text_channels[0].create_invite(max_age=0, max_uses=100, temporary=False)
print(inv)