d4n3436 / Fergun.Interactive

An addon that provides interactive functionality to Discord commands.
MIT License
31 stars 5 forks source link

Improved constructors for paginators/selections #15

Closed d4n3436 closed 2 years ago

d4n3436 commented 2 years ago

This PR replaces the current constructors in paginators/selections with constructors with a single parameter. This parameter contains all the properties of their related builder that are required to build an immutable paginator/selection.

Additions

Changes