文件名称:Amsync:一个异步库可以轻松为氨基创建机器人
文件大小:3.3MB
文件格式:ZIP
更新时间:2024-04-21 14:23:53
Python
同步 创建的目的是,具有python基本知识的任何人都可以轻松创建任何bot 安装 pip install Asymc 最小的例子 from amsync import Bot , Message bot = Bot ( 'email' , 'password' , prefix = '/' ) @ bot . on () async def ready (): print ( 'Ready' ) @ bot . add () async def hello ( m : Message ): await bot . send ( m . nickname ) bot . run ()
【文件预览】:
Amsync-main
----docs()
--------docs.md(13KB)
--------gifs()
----Amsync()
--------db.py(923B)
--------__init__.py(100B)
--------bot.py(4KB)
--------ws.py(4KB)
--------obj.py(14KB)
--------exceptions.py(145B)
----LICENSE(1KB)
----requirements.txt(52B)
----setup.py(1KB)
----.gitignore(1KB)
----README.md(518B)
----.gitattributes(66B)