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

3.5 breaking changes #83

Merged
merged 2 commits into from
May 11, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
Fix unescaped backslash
  • Loading branch information
Flame442 authored May 10, 2023
commit 09075ef1b45f32088d04723e32ec5d6a231575b3
2 changes: 1 addition & 1 deletion targeter/targeter.py
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ async def _help(self, ctx):
desc = (
"`--format` - How to display results. At the moment, must be `page` for posting on a website, or `menu` for showing the results in Discord.\n"
"\n"
"If at any time you need to include quotes at the beginning or ending of something (such as a nickname or a role), include a slash (\) right before it."
"If at any time you need to include quotes at the beginning or ending of something (such as a nickname or a role), include a slash (\\) right before it."
)
special.description = desc
special.set_footer(text="Target Arguments - Special Notes; Page 6/6")
Expand Down