Skip to content

Commit

Permalink
feat: update help command
Browse files Browse the repository at this point in the history
  • Loading branch information
Zero6992 committed Dec 14, 2022
1 parent d15effa commit b185e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ async def reset(interaction: discord.Interaction):
@client.tree.command(name="help", description="Show help for the bot")
async def help(interaction: discord.Interaction):
await interaction.response.defer(ephemeral=False)
await interaction.followup.send(":star:**BASIC COMMANDS** \n `/chat [message]` Chat with ChatGPT!\n `/reset` ChatGPT conversation history will be erased \n `/private` ChatGPT switch to private mode \n `/public` ChatGPT switch to public mode")
await interaction.followup.send(":star:**BASIC COMMANDS** \n `/chat [message]` Chat with ChatGPT!\n `/reset` ChatGPT conversation history will be erased \n `/private` ChatGPT switch to private mode \n `/public` ChatGPT switch to public mode \n For complete documentation, please visit https://github.com/Zero6992/chatGPT-discord-bot")
logger.info(
"\x1b[31mSomeone need help!\x1b[0m")

Expand Down

0 comments on commit b185e75

Please sign in to comment.