Home > Enterprise >  How to solve "unexpected indent" and "traceback" errors?
How to solve "unexpected indent" and "traceback" errors?

Time:03-26

I'm trying to code a bot for Discord and can't get my "help" command to work.

This is the code I started with:

@client.command(pass_context=True,name="help")
async def help(ctx):
    embed=discord.Embed(
        title="           
  • Related