Skip to content

Commit

Permalink
增加导入提示
Browse files Browse the repository at this point in the history
  • Loading branch information
purofle committed Jan 18, 2021
1 parent 0b136ea commit 581254f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions functions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
print("导入翻译模块")
import functions.translation
print("导入酷安模块")
import functions.coolapk
3 changes: 3 additions & 0 deletions functions/coolapk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ async def coolapk(
msg.append(Image.fromNetworkAddress(i))

await app.sendGroupMessage(group, MessageChain.create(msg))

print("酷安模块导入完成")

0 comments on commit 581254f

Please sign in to comment.