Register ChatInputCommand
when i set the
guildIds
option to ['1076805694285680750']
it returns an error: 2 Replies
guildIds is not guildId. Note the plural.
This error is because you added a string option named guildId which is invalid because option names have to be all lower case.
oh