Open
Description
Summary
A parameter of InteractionBot that avoids InteractionResponded and instead edits the original message
What is the feature request for?
The core library
The Problem
It became annoying that everytime i test things i have to spend lots of time figuring out what is conflicting in my code, it is annoying.
The Ideal Solution
i would like to add a simple parameter to InteractionBot
which avoids raising an InteractionResponded
error and insdtead it does self._parent.edit_original_message()
.
This would be useful for testing how your bot's functionality works, create small bots just to do a quick task, could also use it in bigger bots i believe it would be easier to code.
And that wouldn't, harm anyone, its just a parameter that defaults to False
anyways.
The Current Solution
No response
Additional Context
No response