Browse Source

Fix warnings regarding invalid escape sequences.

pull/2538/head
Karthikeyan Singaravelan 5 years ago
committed by Rapptz
parent
commit
1b4cac92fc
  1. 2
      discord/ext/commands/core.py

2
discord/ext/commands/core.py

@ -1424,7 +1424,7 @@ def check(predicate):
return decorator
def check_any(*checks):
"""A :func:`check` that is added that checks if any of the checks passed
r"""A :func:`check` that is added that checks if any of the checks passed
will pass, i.e. using logical OR.
If all checks fail then :exc:`.CheckAnyFailure` is raised to signal the failure.

Loading…
Cancel
Save