diff options
author | Lint Action <noreply@github.com> | 2022-10-17 15:47:39 +0000 |
---|---|---|
committer | Lint Action <noreply@github.com> | 2022-10-17 15:47:39 +0000 |
commit | ea93851e3d51ef6ac3c40e8990bdad733728581f (patch) | |
tree | 01fa8ef97a4c5caab198f59cfb91bad6b5681111 /ATRI/plugins/auto_tietie.py | |
parent | a8afa113cfef80237031916e20df44bc11df2270 (diff) | |
download | ATRI-ea93851e3d51ef6ac3c40e8990bdad733728581f.tar.gz ATRI-ea93851e3d51ef6ac3c40e8990bdad733728581f.tar.bz2 ATRI-ea93851e3d51ef6ac3c40e8990bdad733728581f.zip |
:rotating_light: 自动进行代码格式化
Diffstat (limited to 'ATRI/plugins/auto_tietie.py')
-rw-r--r-- | ATRI/plugins/auto_tietie.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ATRI/plugins/auto_tietie.py b/ATRI/plugins/auto_tietie.py index 177c2a9..0f78459 100644 --- a/ATRI/plugins/auto_tietie.py +++ b/ATRI/plugins/auto_tietie.py @@ -28,12 +28,7 @@ _tietie_wd = choice( ] ) -tt = ( - Service("贴贴") - .document("全自动贴贴机") - .only_admin(True) - .permission(MASTER) -) +tt = Service("贴贴").document("全自动贴贴机").only_admin(True).permission(MASTER) auto_tietie = tt.on_message( |