An addon for Discord.Net 1.0.
Allows you to send a series of pages in a single message, using reaction buttons to switch pages.
Credit for the original concept of paginating messages with reactions to Rapptz using discord.py.
Paginator uses the standard addon logging pattern. To enable logging, pass a Func<LogMessage, Task>
into the constructor of PaginatorService
, or DiscordSocketClient.UsePaginator
.