This website requires JavaScript.
Explore
Help
Sign In
PaiGramTeam
/
PaiGram
Watch
3
Star
0
Fork
0
You've already forked PaiGram
mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced
2024-11-16 12:51:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c7b0f530f7
PaiGram
/
run.py
10 lines
96 B
Python
Raw
Normal View
History
Unescape
Escape
♻ 更新V3版本 ♻️ 重构插件系统 ⚙️ 重写插件 🎨 改进代码结构 📝 完善文档 Co-authored-by: zhxy-CN <admin@owo.cab> Co-authored-by: 洛水居室 <luoshuijs@outlook.com> Co-authored-by: xtaodada <xtao@xtaolink.cn> Co-authored-by: Li Chuangbo <im@chuangbo.li>
2022-09-08 01:08:37 +00:00
from
core
.
bot
import
bot
def
main
(
)
:
bot
.
launch
(
)
🎨 使用 black 格式化所有代码
2022-10-10 11:07:28 +00:00
if
__name__
==
"
__main__
"
:
♻ 更新V3版本 ♻️ 重构插件系统 ⚙️ 重写插件 🎨 改进代码结构 📝 完善文档 Co-authored-by: zhxy-CN <admin@owo.cab> Co-authored-by: 洛水居室 <luoshuijs@outlook.com> Co-authored-by: xtaodada <xtao@xtaolink.cn> Co-authored-by: Li Chuangbo <im@chuangbo.li>
2022-09-08 01:08:37 +00:00
main
(
)
Reference in New Issue
Copy Permalink