Skip to content

Add Discord's reply feature to paginator #1096

@jckli

Description

@jckli

Summary

Addition of a way for paginator to reply to one's message.

What is the feature request for?

discord.ext.pages

The Problem

There is no way for paginator's send function to reply to a message.
Normal messages have this functionality with ctx.reply or message.channel.send(embed=embed, reference=message). Paginators currently do not have this function.

The Ideal Solution

To allow paginator.send to be able to reply to someone's message.

Like this, except with a bot user
Screenshot-628

The Current Solution

None, other than writing custom code.

Additional Context

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions