Extensible robot server based on rubenlagus/TelegramBots (Using Java or kotlin)
Go to file
LamGC 6ea36a1129
build: 更新 Slf4j-api 的版本.
更新版本以修复潜在的问题.
2022-02-21 15:38:20 +08:00
gradle/wrapper build: 更新 Gradle Wrapper 所使用的 Gradle 版本(7.3.3 -> 7.4). 2022-02-15 13:27:50 +08:00
scalabot-app build: 更新 Slf4j-api 的版本. 2022-02-21 15:38:20 +08:00
scalabot-ext-example build: 更新 Slf4j 和 Junit, 屏蔽扩展包的测试依赖. 2022-02-15 13:37:40 +08:00
scalabot-extension build: 更新 Slf4j-api 的版本. 2022-02-21 15:38:20 +08:00
.gitignore initial: 基本完成的首个版本, 还需要调整一下. 2022-01-16 20:21:18 +08:00
build.gradle.kts initial: 基本完成的首个版本, 还需要调整一下. 2022-01-16 20:21:18 +08:00
gradle.properties initial: 基本完成的首个版本, 还需要调整一下. 2022-01-16 20:21:18 +08:00
gradlew initial: 基本完成的首个版本, 还需要调整一下. 2022-01-16 20:21:18 +08:00
gradlew.bat initial: 基本完成的首个版本, 还需要调整一下. 2022-01-16 20:21:18 +08:00
LICENSE Initial commit 2022-01-16 14:44:52 +08:00
README.md Initial commit 2022-01-16 14:44:52 +08:00
settings.gradle.kts refactor: 将扩展示例的名称更改为 scalabot-ext-example. 2022-01-16 21:18:48 +08:00

ScalaBot

Extensible robot server based on rubenlagus/TelegramBots