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 from `Base`.
* 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.