Merge pull request #294 from MichailiK/pr/feature/command/queue/wrap-page-ends

Add wrapping of page ends in queue command
This commit is contained in:
John Grosh 2019-10-15 13:15:41 -04:00 committed by GitHub
commit 646ed6e9b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,6 +57,7 @@ public class QueueCmd extends MusicCommand
.waitOnSinglePage(false)
.useNumberedItems(true)
.showPageNumbers(true)
.wrapPageEnds(true)
.setEventWaiter(bot.getWaiter())
.setTimeout(1, TimeUnit.MINUTES);
}