Skip to content

Commit 4dd2474

Browse files
committedFeb 7, 2023
chore: help message
1 parent c04f80c commit 4dd2474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/bot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ async def reset(interaction: discord.Interaction):
193193
@client.tree.command(name="help", description="Show help for the bot")
194194
async def help(interaction: discord.Interaction):
195195
await interaction.response.defer(ephemeral=False)
196-
await interaction.followup.send(":star:**BASIC COMMANDS** \n `/chat [message]` Chat with ChatGPT!\n `/public` ChatGPT switch to public mode \n For complete documentation, please visit https://github.com/Zero6992/chatGPT-discord-bot")
196+
await interaction.followup.send(":star:**BASIC COMMANDS** \n\n - `/chat [message]` Chat with ChatGPT!\n - `/public` ChatGPT switch to public mode \n - `/replyall` ChatGPT switch between replyall mode and default mode\n - `/reset` Clear ChatGPT conversation history\n\nFor complete documentation, please visit https://github.com/Zero6992/chatGPT-discord-bot")
197197
logger.info(
198198
"\x1b[31mSomeone need help!\x1b[0m")
199199

0 commit comments

Comments
 (0)
Please sign in to comment.