https://github.com/foxbot/discord.addons.paginator
This addon is deprecated, please see:
https://github.com/foxbot/discord.addons.paginator
Last synced: 4 months ago
JSON representation
This addon is deprecated, please see:
- Host: GitHub
- URL: https://github.com/foxbot/discord.addons.paginator
- Owner: foxbot
- License: isc
- Created: 2016-12-04T03:49:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-01T12:59:39.000Z (about 9 years ago)
- Last Synced: 2025-04-11T11:51:35.539Z (about 1 year ago)
- Language: C#
- Homepage: https://github.com/foxbot/Discord.Addons.Interactive
- Size: 52.7 KB
- Stars: 8
- Watchers: 2
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://travis-ci.org/foxbot/Discord.Addons.Paginator)
# Discord.Addons.Paginator
An addon for [Discord.Net 1.0](https://github.com/RogueException/Discord.Net).
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](https://github.com/Rapptz) using [discord.py](https://gist.github.com/Rapptz/666785fd0d8559c18f2ced46fa862d77).

### Logging
Paginator uses the standard addon logging pattern. To enable logging, pass a `Func` into the constructor of `PaginatorService`, or `DiscordSocketClient.UsePaginator`.