Closed jzeuzs closed 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.
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.
This was added in #246 and released in @sapphire/discord.js-utilities@4.4.0
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.