📜  discord python 命令别名 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:39.877000             🧑  作者: Mango

代码示例1
@commands.command(aliases=['testcommand', 'testing'])
async def test(self, ctx):
    await ctx.send("This a test command")