Skip to content

Commit 6c8eea4

Browse files
authored
Update docs for Paginator.send's ctx
1 parent ce16e03 commit 6c8eea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/ext/pages/pagination.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ async def send(self, ctx: Union[ApplicationContext, Context], ephemeral: bool =
298298
Parameters
299299
------------
300300
ctx: Union[:class:`~discord.ext.commands.Context`, :class:`~discord.ApplicationContext`]
301-
The invocation context.
301+
A command's invocation context.
302302
ephemeral: :class:`bool`
303303
Choose whether the message is ephemeral or not. Only works with slash commands.
304304

0 commit comments

Comments
 (0)