Solaris
User installed command events not being received.
Talking to advaith about this, user apps can only access what is in the interaction. I thought it could get some basic info like the channel it was in but the routes are bot only and the bot can't be present in DMs/guilds it wasn't added to
19 replies
User installed command events not being received.
Ah I found the issue, apparently you can't call
ChatInputCommandInteraction#getChannel()
as a user app, it throws a 403. Since I use reflection in my system it silently went by when using Callable#callSuspendBy()
. I thought the JVM would still throw an error but I suppose not.
I thought of allowing the user to enable/disable other users from using interactions with them but it appears you can't get the channel to see if it's a DM channel or the members in it. It makes sense since it's ran by the user but it also respects the permissions the user has, so if they can see the channel, then the user app interaction should be able to as well?19 replies
kord cache method doesn't exist
Or well, it’s just a grade file like https://github.com/FabricMC/fabric-example-mod/blob/1.21/build.gradle
I can send my own in a bit, just woke up
25 replies
kord cache method doesn't exist
i had class not found errors about kord cache so i included it and it seems to work
for more context, i'm writing a minecraft fabric mod that has discord <-> minecraft chat for the purpose of learning how fabric works and i had to include a good 30 libraries for it to work
25 replies