S_Smerch Asked:2022-08-30 19:35:07 +0000 UTC2022-08-30 19:35:07 +0000 UTC 2022-08-30 19:35:07 +0000 UTC 如何在 discord.py 中创建一个分支? 772 如何在 discord.py 中创建一个分支? python 1 个回答 Voted Best Answer nyekitka 2022-08-30T19:49:38Z2022-08-30T19:49:38Z 如果您想使用文本命令执行此操作,请在此处: @bot.command() async def create_thread(ctx): await ctx.channel.create_thread(#arguments) create_thread您可以在此处阅读 有关该函数采用哪些参数的更多信息: https ://discordpy.readthedocs.io/en/stable/api.html?highlight=create_thread#discord.TextChannel.create_thread
如果您想使用文本命令执行此操作,请在此处:
create_thread您可以在此处阅读 有关该函数采用哪些参数的更多信息: https ://discordpy.readthedocs.io/en/stable/api.html?highlight=create_thread#discord.TextChannel.create_thread