guild property

Snowflake? guild
getter/setter pair

The guild to register commands to.

If guild is set, commands will be registered to that guild and will update immediately without the 1 hour delay global commands have. If guild is null, commands will be registered globally.

You might also be interested in:

  • GuildCheck, a check that allows developers to override the guild a command is registered to.

Implementation

Snowflake? guild;