Skip to content

Commit

Permalink
fix dots being in the chatgame answer
Browse files Browse the repository at this point in the history
  • Loading branch information
1zun4 committed Oct 19, 2023
1 parent c2f7907 commit 5662c0a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ object ModuleAutoChatGame : Module("AutoChatGame", Category.MISC) {
runCatching {
val startAsk = System.currentTimeMillis()
val answer = ai.requestNewAnswer(question)
.replace(".", "") // Remove dots from the answer
chat("§aAnswer: $answer, took ${System.currentTimeMillis() - startAsk}ms.")

val delay = delayResponse.random()
Expand Down

0 comments on commit 5662c0a

Please sign in to comment.