This repository has been archived by the owner on Jun 23, 2024. It is now read-only.
1.0.0
What's new
Pygicord has been completely refactored.
- Added support for normal text content. You can also pass both embeds and contents together.
- Added new class
Base
which implements all the pagination logic. - Refactored
Paginator
class, it now inherits fromBase
. - Added an abstract class
Control
to represent a reaction. You can easily instantiate it by using the@control
decorator. - Custom emojis are now supported.
- Added
Paginator
configurations (Config
) to match multiple needs. - Added permissions check on pagination startup.
Other
- Added type hints where possible.
See the README file for more information, as well as the new examples
folder.