Spaces:
Paused
Paused
Update plugins/catbox.py
Browse files- plugins/catbox.py +1 -1
plugins/catbox.py
CHANGED
@@ -13,7 +13,7 @@ cat_uploader = CatboxUploader()
|
|
13 |
def inline_pic():
|
14 |
return choice(ULTROID_IMAGES)
|
15 |
|
16 |
-
@ultroid_cmd(pattern="
|
17 |
async def catbox_upload_plugin(event):
|
18 |
"""
|
19 |
Plugin untuk mengunggah file ke Catbox.moe.
|
|
|
13 |
def inline_pic():
|
14 |
return choice(ULTROID_IMAGES)
|
15 |
|
16 |
+
@ultroid_cmd(pattern="uploadcat(?: |$)(.*)")
|
17 |
async def catbox_upload_plugin(event):
|
18 |
"""
|
19 |
Plugin untuk mengunggah file ke Catbox.moe.
|