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

[V3 common filters/context/modlog] Update for spoilers #2401

Merged
merged 9 commits into from
Feb 16, 2019
Prev Previous commit
Next Next commit
fix docs
Michael Hall committed Feb 1, 2019

Unverified

This user has not yet uploaded their public signing key.
commit d21e09806aafa20a6a5937661f86ac70b32bd3f1
2 changes: 1 addition & 1 deletion redbot/core/commands/context.py
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ async def send(self, content=None, **kwargs):
This must take a single `str` as an argument, and return
the sanitized `str`.
There are other available filters such as
:func"`~redbot.core.utils.common_filters.filter_mass_mentions`.
:func:`~redbot.core.utils.common_filters.filter_mass_mentions`.
available for use without needing to define your own.
\*\*kwargs
See `discord.ext.commands.Context.send`.