#Interaction command getter is null
1 messages · Page 1 of 1 (latest)
👋
Should I maybe try to cache all commands? (and if so, how exactly would I do that?)
commands.fetch() should do that, if you didn't overwrite the cache size
client.commands I'm assuming
oh
did you overwrite the cache size?
so client.application it is
Considering I have no idea how to do that, I'd assume not
makeCache client option
Nope
what's the (resolved) return value from interaction.guild.commands.fetch()?
Not sure, i'll have to log it
Testing what happens if i cache all commands right now
well apparently caching that way worked because now after i run it once its gone
seems like it was a global command