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

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);
}