#Pagination
1 messages · Page 1 of 1 (latest)
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)
make it ephemeral
?
await ctx.respond("hi", ephemeral=True)
ah, ok, thx
oh for the paginator?
for the paginator you can do await paginator.respond(ctx.interaction, ephemeral=True)