Solaris
User installed command events not being received.
My application has
User Install
enabled in the developer portal and both integration_types
and contexts
are also added to the commands that should be used by users and the types of channels they can be used in.
Kord doesn't official support User Apps but I modified the outgoing payload to add the two fields which does work, and some checks once an interaction is received to determine if it's an user app or server app integration type.
The issue is I only receive events if the bot was installed to the guild. Previously (several hours ago), I did receive events for user installed apps in other guilds, DMs, and Group DMs.
I've tried deleting the commands and adding them back, tried unauthorising the app and authorising them again, and removing the two fields above to add them back. Nothing seems to fix this issue.
If code is useful:
Why might this be happening?19 replies
kord cache method doesn't exist
error https://sourceb.in/rxnUgPpdxO
gradle.build
can supply code but it's just a initializing Kord
which causing this so probably just a dependency version issue but i'm not sure since since the cache libraries are latest as of today on mvnrepository25 replies