AS a developer, I want a helper class added to help with creating paginated discord embeds #78
Labels
No labels
blocked
duplicate
needs criteria
needs estimate
needs testing
question
requires documentation
type
admin
type
alert
type
bug
type
change
type
defect
type
dependencies
type
epic
type
spike
type
story
type
subtask
won't fix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: External/card-drop#78
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Epic: #6
Story Points: 0
AS a developer, I want a helper class added to help with creating paginated discord embeds
SO THAT I can easily created paginated discord embeds with reusable code
Acceptance Criteria
AS a developer
GIVEN I want to be able to create a discord embed using pagination
WHEN I create a command which inherits the pagination helper
THEN the replied embed will contain next and previous navigation buttons
AND the footer will show what page I am on
AS a user
GIVEN I have used a command which inherits the pagination helper
WHEN I click the next or previous navigation button
THEN the embed should update with the next or last page specified in the command
Subtasks
No subtasks
Notes
Blocked by
Blocks
Create paginated embed helperto AS a developer, I want a helper class added to help with creating paginated discord embeds