default contexts and integrations
is there a way to set the default integration Types and contexts for ALL commands? all my commands are GuildInstall and Guild integration and contexts respectively and having to restate this in every command file is a bit annoying.
3 Replies
I think that only solution is extending command class, making modifications to it and then using that extended class
That’s how I do it
Or no actually? Because command contexts are put in registerApplicationCommands method I think
My bad
so would this not be possible?
This is (currently) not possible