'How to create a new channel using nextcord
I believe it goes something like this
@bot.command()
async def ticket(ctx, member, name):
await create_text_channel(name = f'{member}', subject = "test channel")
Please correct me if I am wrong
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
