Skip to content

Commit

Permalink
fix(core): 修复SPI配置错误
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Jul 17, 2024
1 parent 8f4b59a commit 60497eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions simbot-component-telegram-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ The configuration file `*.bot.json`
```json5
{
"componet": "simbot.telegram",
"ticket": {
"token": "Your Bot Token"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
love.forte.simbot.component.telegram.component.TelegramComponentFactoryProvider
love.forte.simbot.component.telegram.core.component.TelegramComponentFactoryProvider
Original file line number Diff line number Diff line change
@@ -1 +1 @@
love.forte.simbot.component.telegram.bot.TelegramBotManagerFactoryProvider
love.forte.simbot.component.telegram.core.bot.TelegramBotManagerFactoryProvider

0 comments on commit 60497eb

Please sign in to comment.