silly_girl fix a bug

This commit is contained in:
xtaodada 2022-01-30 15:05:23 +08:00
parent e801df0fed
commit 8f2279ff86
No known key found for this signature in database
GPG Key ID: EE4DC37B55E24736
2 changed files with 3 additions and 2 deletions

View File

@ -862,7 +862,7 @@
}, },
{ {
"name": "silly_girl", "name": "silly_girl",
"version": "1.02", "version": "1.03",
"section": "chat", "section": "chat",
"maintainer": "cdle", "maintainer": "cdle",
"size": "3 kb", "size": "3 kb",

View File

@ -1,8 +1,9 @@
import asyncio
from pagermaid.listener import listener from pagermaid.listener import listener
from pagermaid import persistent_vars, bot from pagermaid import persistent_vars, bot
from pagermaid.utils import client, alias_command from pagermaid.utils import client, alias_command
import os import os
import sys
import json import json
""" """