summaryrefslogtreecommitdiff
path: root/ATRI/plugins/funny
diff options
context:
space:
mode:
authorLint Action <[email protected]>2022-02-04 16:50:25 +0000
committerLint Action <[email protected]>2022-02-04 16:50:25 +0000
commit79c8e51579c7ee2c5a64220d7cc03f2312dbf4f3 (patch)
tree849e23afb99c913f8eac69def3e41caf96025b55 /ATRI/plugins/funny
parentc38bab21b3c85e82250e3b82ebde31e2aca2db92 (diff)
downloadATRI-79c8e51579c7ee2c5a64220d7cc03f2312dbf4f3.tar.gz
ATRI-79c8e51579c7ee2c5a64220d7cc03f2312dbf4f3.tar.bz2
ATRI-79c8e51579c7ee2c5a64220d7cc03f2312dbf4f3.zip
:rotating_light: 自动进行代码格式化
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)