summaryrefslogtreecommitdiff
path: root/ATRI/plugins/funny
diff options
context:
space:
mode:
Diffstat (limited to 'ATRI/plugins/funny')
-rw-r--r--ATRI/plugins/funny/__init__.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/ATRI/plugins/funny/__init__.py b/ATRI/plugins/funny/__init__.py
index 5b158b2..7a0241c 100644
--- a/ATRI/plugins/funny/__init__.py
+++ b/ATRI/plugins/funny/__init__.py
@@ -38,9 +38,7 @@ fake_msg = Funny().on_command(
@fake_msg.handle([Cooldown(3600, prompt=_fake_flmt_notice)])
-async def _ready_fake(
- matcher: Matcher, args: Message = CommandArg()
-):
+async def _ready_fake(matcher: Matcher, args: Message = CommandArg()):
msg = args.extract_plain_text()
if msg:
matcher.set_arg("content", args)