Since a time ago, the /interactions/{token}/callback route got a return type (finally), and this code updates the whole interaction_id dependency the current system had to always use the
resource id (in case it is a message) Discord provides.
discord.py always defaults to receiving a response on interaction callbacks, so it should not fail anymore.
Maybe needs some fixing, the testing I've done seems to be working fine, so I guess I'll leave it like that currently