File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ async def reset(interaction: discord.Interaction):
193
193
@client .tree .command (name = "help" , description = "Show help for the bot" )
194
194
async def help (interaction : discord .Interaction ):
195
195
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 \n For complete documentation, please visit https://github.com/Zero6992/chatGPT-discord-bot" )
197
197
logger .info (
198
198
"\x1b [31mSomeone need help!\x1b [0m" )
199
199
You can’t perform that action at this time.
0 commit comments