#Pagination

1 messages · Page 1 of 1 (latest)

wanton lotus
#

This is just a question and nothing to do with an error but does pagination still work? I remember once having an error because of it and then completely deleted the code cuz I was lazy

fringe bay
#

yes

#

ext.pages works just fine

wanton lotus
#

just making sure

#

and then I have another question, how do you make a bot's message restricted to only the user?

#

(y'know, the interaction response with the option to delete the response)

fringe bay
#

make it ephemeral

wanton lotus
#

?

fringe bay
#

await ctx.respond("hi", ephemeral=True)

wanton lotus
#

ah, ok, thx

fringe bay
#

oh for the paginator?

wanton lotus
#

no

#

just wanted to know, thx for the help

fringe bay
#

for the paginator you can do await paginator.respond(ctx.interaction, ephemeral=True)