#??

1 messages · Page 1 of 1 (latest)

young glade
#

wdym?

ebon hornet
#

You dont use inCachedGuild to get / handle interactions that method only checks to see if it happened within a guild and whether its cached or not

young glade
#

i know

#

but I need that for type narrowing

#

since if its in cachedguild the interaction.guild property isnt null

ebon hornet
#

It returns a boolean, so that should help you i guess

young glade
#

I know. But when would it be false is what im asking

#

I dont fully understand when stuff is cached and when it isnt

ebon hornet
#

If the guild isnt cached shrug_savage im_fine

#

Maybe for larger bots

#

Where guilds that are maybe inactive arent kept in cache

young glade
#

ah

#

ohh

#

so like if it isnt cached I should just kinda like ignore it lol

ebon hornet
#

Im not sure if thats correct but, thats my idea of it i guess

young glade
#

gotcha. thanks.