diff options
author | 2020-02-15 11:20:56 -0500 | |
---|---|---|
committer | 2020-02-15 11:20:56 -0500 | |
commit | d2451bd8fd3e3efc43de7146958d5f9f7d90723d (patch) | |
tree | 1669f0c67f0a247040e08152e92ab331f2dec75a | |
parent | Styling & refactors from review (diff) |
Add full capture of reason string to superstarify invocation
-rw-r--r-- | bot/cogs/moderation/superstarify.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bot/cogs/moderation/superstarify.py b/bot/cogs/moderation/superstarify.py index 050c847ac..c41874a95 100644 --- a/bot/cogs/moderation/superstarify.py +++ b/bot/cogs/moderation/superstarify.py @@ -109,7 +109,8 @@ class Superstarify(InfractionScheduler, Cog): ctx: Context, member: Member, duration: Expiry, - reason: str = None + *, + reason: str = None, ) -> None: """ Temporarily force a random superstar name (like Taylor Swift) to be the user's nickname. |