This repository has been archived by the owner on Jun 23, 2024. It is now read-only.
Releases: davidetacchini/pygicord
Releases · davidetacchini/pygicord
1.1.3
1.1.2
Improved README.md and fix stuff.
1.1.1
Set embed_links defaults to True
1.1.0
Added better support for type hints using Pyright
1.0.1
version 1.0.1
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.
0.5.0
Features
- Share the pagination session with server members
Changes
- The attribute
compact
if set toTrue
won't remove the input-numbers (aka 1234) reaction anymore. However it will be removed automatically if the page length is equal to 2.
0.4.2
Add python versions; remove useless example