Skip to content

foxbot/Discord.Addons.Paginator

Repository files navigation

Build Status

Discord.Addons.Paginator

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.

GIF

Logging

Paginator uses the standard addon logging pattern. To enable logging, pass a Func<LogMessage, Task> into the constructor of PaginatorService, or DiscordSocketClient.UsePaginator.