Skip to content

Commit

Permalink
Remove outdated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chew committed Dec 31, 2021
1 parent 424128a commit d6446fc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@ public CommandClientBuilder addSlashCommands(SlashCommand... commands)

/**
* Forces Guild Only for SlashCommands.
* This is the same as setting this.guildOnly = true and this.guildId = your value for every command.
* Setting this to null disables the feature, but it is off by default.
*
* @param guildId the guild ID.
Expand All @@ -455,7 +454,6 @@ public CommandClientBuilder forceGuildOnly(String guildId)

/**
* Forces Guild Only for SlashCommands.
* This is the same as setting this.guildOnly = true and this.guildId = your value for every command.
* Setting this to null disables the feature, but it is off by default.
*
* @param guildId the guild ID.
Expand Down

0 comments on commit d6446fc

Please sign in to comment.