问题描述
我一直在寻找如何做到这一点,但似乎我能找到的唯一解决方案不起作用。
1楼
在代表您的机器人的对象上使用 :
@bot.command()
async def rename(ctx, name):
await bot.user.edit(username=name)
我一直在寻找如何做到这一点,但似乎我能找到的唯一解决方案不起作用。
在代表您的机器人的对象上使用 :
@bot.command()
async def rename(ctx, name):
await bot.user.edit(username=name)