sapphiredev / utilities

Common JavaScript utilities for your TypeScript projects
https://www.sapphirejs.dev/
MIT License
157 stars 39 forks source link

request: (discord.js-utilities): `PaginatedMessage` interaction replies #218

Closed jzeuzs closed 2 years ago

jzeuzs commented 2 years ago

Is your feature request related to a problem? Please describe. I want to use PaginatedMessage for slash commands.

Describe the solution you'd like Currently, it doesnt work if you pass interaction.fetchReply().

Describe alternatives you've considered Support interaction replies.

favna commented 2 years ago

Right now I'd have no good way to test this because sapphire doesn't officially support slash commands yet. So if you want this feature to land before such time, please provide a repository with an easy to use bot that I can use for reproduction & testing.

favna commented 2 years ago

Updating this issue, I started working on https://github.com/favware/dragonite which will be an interaction based pokedex bot that will make use of the PM class so as part of that project I will be updating the class here too.

favna commented 2 years ago

This was added in #246 and released in @sapphire/discord.js-utilities@4.4.0