Basically, what I'm trying to do is edit a message in a bridge command. I don't want to run try and except (so trying for message.edit, except it does message.edit_original_message) for every single command. It'll look messy and just havoc to maintain.
Using if statements is going to look the same thing, I don't want to repeat the same thing in every single command. Any ideas? Can I setup something globally for all commands?
I also want to do something similar with replying as well. For slash commands, it replies, but for normal prefix commands, no replies happen.