How to make multiple discord commands with same name in discord.py?

后端 未结 0 893
我寻月下人不归
我寻月下人不归 2021-01-06 11:58

How do I add multiple commands with the same name in Discord.py? For example:

@client.command(aliases=["dices"])
async def dice(ctx, num):
  try:
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题