Skip to content

Commit

Permalink
Merge pull request #13 from sendbird/feature/nathan/fix-wrong-bot-id
Browse files Browse the repository at this point in the history
Fix wrong bot id
  • Loading branch information
sf-nathan-park authored Sep 7, 2023
2 parents 80e9739 + 69e4be7 commit 752e03b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class HomeActivity : AppCompatActivity() {
}

private fun clickAiBot() {
val botId = "client_bot_____"
val botId = "client_bot"
SendbirdUIKit.startChatWithAiBot(this, botId, true) { e ->
if (e != null) {
ContextUtils.toastError(this, "Failed to start chat with ai bot. ${e.message}")
Expand Down

0 comments on commit 752e03b

Please sign in to comment.