Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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