diff --git a/list.json b/list.json index 4848b25..20c9747 100644 --- a/list.json +++ b/list.json @@ -2,7 +2,7 @@ "list": [ { "name": "sticker_refactor", - "version": "1.02", + "version": "1.03", "section": "chat", "maintainer": "Guimc", "size": "9.22kb", @@ -19,16 +19,6 @@ "supported": true, "des_short": "Quote Plugin (Origin: yvlu)", "des": "Quote Plugin (Origin: yvlu), but use @QuotLy Bot!!" - }, - { - "name": "quotly_refactor", - "version": "1.01", - "section": "chat", - "maintainer": "Guimc, TeamPGM", - "size": "1.62kb", - "supported": true, - "des_short": "Quote Plugin Refactor (Origin: yvlu)", - "des": "Quote Plugin Refactor (Origin: yvlu), but no depends on any bot" } ] } \ No newline at end of file diff --git a/quotly_refactor/DES.md b/quotly_refactor/DES.md deleted file mode 100644 index e271a8c..0000000 --- a/quotly_refactor/DES.md +++ /dev/null @@ -1,2 +0,0 @@ -# Quote Plugin Refactor (Origin: yvlu) -** Quote Plugin Refactor (Origin: yvlu), but no depends on any bot ** \ No newline at end of file diff --git a/quotly_refactor/res/mask.png b/quotly_refactor/res/mask.png deleted file mode 100644 index 95b5ce5..0000000 Binary files a/quotly_refactor/res/mask.png and /dev/null differ diff --git a/quotly_refactor/res/mask1.png b/quotly_refactor/res/mask1.png deleted file mode 100644 index 0d81647..0000000 Binary files a/quotly_refactor/res/mask1.png and /dev/null differ diff --git a/quotly_refactor/res/p1.png b/quotly_refactor/res/p1.png deleted file mode 100644 index e8c9418..0000000 Binary files a/quotly_refactor/res/p1.png and /dev/null differ diff --git a/quotly_refactor/res/p2.png b/quotly_refactor/res/p2.png deleted file mode 100644 index ec6b17f..0000000 Binary files a/quotly_refactor/res/p2.png and /dev/null differ diff --git a/quotly_refactor/res/p3.png b/quotly_refactor/res/p3.png deleted file mode 100644 index 09ed881..0000000 Binary files a/quotly_refactor/res/p3.png and /dev/null differ diff --git a/quotly_refactor/res/p4.png b/quotly_refactor/res/p4.png deleted file mode 100644 index f96b2b1..0000000 Binary files a/quotly_refactor/res/p4.png and /dev/null differ diff --git a/quotly_refactor/res/HYWenHei-85W.ttf b/res/HYWenHei-85W.ttf similarity index 100% rename from quotly_refactor/res/HYWenHei-85W.ttf rename to res/HYWenHei-85W.ttf diff --git a/quotly_refactor/res/ZhuZiAWan-2.ttc b/res/ZhuZiAWan-2.ttc similarity index 100% rename from quotly_refactor/res/ZhuZiAWan-2.ttc rename to res/ZhuZiAWan-2.ttc diff --git a/res/certificate.png b/res/certificate.png new file mode 100644 index 0000000..689a249 Binary files /dev/null and b/res/certificate.png differ diff --git a/quotly_refactor/res/msyh.ttc b/res/msyh.ttc similarity index 100% rename from quotly_refactor/res/msyh.ttc rename to res/msyh.ttc diff --git a/sticker_refactor/main.py b/sticker_refactor/main.py index e700e93..a793280 100644 --- a/sticker_refactor/main.py +++ b/sticker_refactor/main.py @@ -36,10 +36,7 @@ def get_tempfile() -> str: def random_emoji() -> str: - return random.choice( - "😂😘❤️😍😊😁👍☺️😔😄😭😳😜🙈😉😃😢😝😱😌🙊😚😅😞😏" - "😡😀😋😆👌😐😕🐶🐱🐭🐹🐰🦊🐻🐷🐮🐒🙊🦁🙉🐯🙈🐨🐵🐻‍" - "❄️🐸🐼🐽🐔🐧🐦🐤🐣🐥🦆🦄🐴🐗🐺🦇🦉🦅🐝🐛🦋🐌🐞🐜") + return "⭐️" async def create_sticker_set(name):