S-IAF
Join ServerSapphire - Imagine a framework
sapphire-support
GuildIds Array Empty = global command?
CChillihero2/8/2023
If i leave the guilds array empty, does this mean the command will not be registered or will it be registered globally?
Basically, I want to know the behavior when providing these values
Basically, I want to know the behavior when providing these values
[]
['']
undefined
AOAnswer Overflow2/8/2023
FFavna2/8/2023
empty array is global
Solution
FFavna2/8/2023
[]
= globalundefined
= globalnull
= global['']
= invalid šAOAnswer Overflow2/8/2023