Answers for "The command help is already an existing command or alias."

0

The command help is already an existing command or alias.

@client.command()
async def help(ctx):
  await ctx.reply('hii', mention_author=False)
Posted by: Guest on October-23-2021
0

The command help is already an existing command or alias.

@client.command()
async def help(ctx):
  await ctx.reply('hii', mention_author=False)
Posted by: Guest on October-23-2021

Code answers related to "The command help is already an existing command or alias."

Browse Popular Code Answers by Language