Skip to content

Commit

Permalink
Merge pull request jagrosh#294 from MichailiK/pr/feature/command/queu…
Browse files Browse the repository at this point in the history
…e/wrap-page-ends

Add wrapping of page ends in queue command
  • Loading branch information
jagrosh authored Oct 15, 2019
2 parents 235af8c + a501b00 commit 646ed6e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public QueueCmd(Bot bot)
.waitOnSinglePage(false)
.useNumberedItems(true)
.showPageNumbers(true)
.wrapPageEnds(true)
.setEventWaiter(bot.getWaiter())
.setTimeout(1, TimeUnit.MINUTES);
}
Expand Down

0 comments on commit 646ed6e

Please sign in to comment.