Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

Commit 61934db

Browse files
authored
Update appbot.py
1 parent 1b6ee50 commit 61934db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appcommands/appbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ async def help_(ctx, command: str = None):
282282
cmd=bot.get_slash_command(command)
283283
fmt=f"**`/{cmd.full_name}`**\n\n{cmd.description}"
284284
embed = discord.Embed(title="App Bot's Help Menu", description=fmt)
285-
await ctx.send(embed=embed)
285+
await ctx.send(embed=embed)
286286

287287
@bot.usercommand(name="id")
288288
async def uid(ctx, user: discord.User):

0 commit comments

Comments
 (0)