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
[]
['']
undefined
AOAnswer Overflow2/8/2023
FFavna2/8/2023
empty array is global
Solution
FFavna2/8/2023
[] = global
undefined = global
null = global
[''] = invalid šŸ™„
AOAnswer Overflow2/8/2023