This website works better with JavaScript.
Explore
Help
Sign In
hyperzlib
/
isekai-feedbot
Watch
1
Star
0
Fork
You've already forked isekai-feedbot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2d0d30dca8
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '2d0d30dca8'
${ noResults }
isekai-feedbot
/
index.js
4 lines
95 B
JavaScript
Raw
Normal View
History
Unescape
Escape
支持ESM,增加Session和Controller config
2 years ago
import
'node-telegram-bot-api'
;
更新插件文件结构
1 year ago
import
App
from
'./dist/server/App'
;
解决promise问题
3 years ago
完成插件系统的重写
1 year ago
new
App
(
"./config.yaml"
)
;