Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cogs/help.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ async def create_help_thread(self, interaction: Interaction) -> Thread:
"\n\n**Please include the following in your initial message:**"
"\n- Relevant code\n- Error (if present)\n- Expected behavior"
f"\n\nRefer for more to our help guildlines in <#{HELP_CHANNEL_ID}>"
"\n\nPlease do not mention anyone. This includes the Server Moderators."
),
)
em.set_footer(text="You can close this thread with the button or =close command.")
Expand Down