You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ async def on_ready():
34
34
description="View a list of all available commands."
35
35
)
36
36
asyncdefhelp(ctx: ApplicationContext):
37
-
localembed=discord.Embed(title="Command Help List", description="The global bot prefix is `/`\n\n**/truth**: Gives you a truth type question\n**/dare**: Gives you a dare type question")
37
+
localembed=discord.Embed(title="Command Help List", description="The global bot prefix is `/`\n\n**/truth**: Gives you a truth type question\n**/dare**: Gives you a dare type question\n**/suggest**: Suggest a new feature, or truth or dare question for the bot.")
38
38
localembed.set_footer(text=f"Requested by {ctx.author.name}")
0 commit comments