Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
ex0ns committed Oct 13, 2023
1 parent a36b78d commit 75f68da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.7.4"
version = "3.7.14"
maxColumn = 120

runner.dialect = scala213
Expand Down
8 changes: 4 additions & 4 deletions examples/src/PokerBot.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ class PokerBot(token: String) extends ExampleBot(token) with Polling with Comman
ackCallback(text = Some("Hello Pepe"), url = Some("https://t.me/MenialBot?start=1234")).void
} getOrElse Future.successful(())

// You must acknowledge callback queries, even if there's no response.
// e.g. just ackCallback()
// You must acknowledge callback queries, even if there's no response.
// e.g. just ackCallback()

// To open game, you may need to pass extra (url-encoded) information to the game.
// ackCallback(url = Some("https://my.awesome.game.com/awesome"))
// To open game, you may need to pass extra (url-encoded) information to the game.
// ackCallback(url = Some("https://my.awesome.game.com/awesome"))
}

def replyWithGame(
Expand Down

0 comments on commit 75f68da

Please sign in to comment.