Hi! I've began using this package for testing with my Discord bot that utilizes the BotEmbedPaginator from @LiBa001's disputils. I noticed when I try to test any commands that utilize that class, I get the following error:
NotImplementedError: Operation occured that isn't captured by the tests framework.
https://discordapp.com/api/v7/channels/721295729460641849/messages/721295751816282172/reactions/%E2%8F%AE/@me {}
I can guess from the URL that this is related to disputils' use of reactions for pagination buttons and dpytest's lack of current support for them. Is there any plans to address support for reactions in the near future?
Hi! I've began using this package for testing with my Discord bot that utilizes the
BotEmbedPaginatorfrom @LiBa001's disputils. I noticed when I try to test any commands that utilize that class, I get the following error:I can guess from the URL that this is related to disputils' use of reactions for pagination buttons and dpytest's lack of current support for them. Is there any plans to address support for reactions in the near future?