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
čamdžić
čamdžić3mo ago
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
beetle
beetleOP3mo ago
so would this not be possible?
Favna
Favna3mo ago
This is (currently) not possible

Did you find this page helpful?