Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(help): note that server mods must not be mentioned #114

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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