提纲::crown:更好的不和谐bot框架 源码
轩逸 Sylphy是用于以Node.js编写的Discord命令bot的高级,高效且高度可定制的框架 入门 要求 Node.js 8.0.0以上 随着bot框架扩展客户端,请参阅的文档。 完整的Sylphy文档可在找到。 用法 $ npm install --save sylphy 例 const Bot = require ( 'sylphy' ) const client = new Bot ( { token : 'your token here' , modules : 'path/to/modules' , // Eris client options here }
文件列表
sylphy-master.zip
(预估有个53文件)
sylphy-master
.jsdoc.json
541B
yarn.lock
5KB
src
middleware
parseMessage.js
566B
checkPrivate.js
203B
commandLogger.js
415B
core
Logger.js
2KB
暂无评论