Skip to content

Commit

Permalink
specify
Browse files Browse the repository at this point in the history
  • Loading branch information
Chew committed Feb 17, 2025
1 parent 1ab4c9a commit 969bd78
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ public abstract class Interaction
/**
* {@code true} if the command may only be used in a {@link net.dv8tion.jda.api.entities.Guild Guild},
* {@code false} if it may be used in both a Guild and a DM.
* <br>Default {@code true}.
* @deprecated In favor of
* <br>Default {@code null}, meaning no automatic action will be taken.
* @deprecated In favor of {@link #contexts}
*/
protected Boolean guildOnly = null;

Expand Down

0 comments on commit 969bd78

Please sign in to comment.