Compare commits
	
		
			2 Commits
		
	
	
		
			74d55d81ca
			...
			b72c55fc6e
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| b72c55fc6e | |||
| 3691434f66 | 
| @@ -32,7 +32,9 @@ public record ExecutableSlashCommandDefinition( | |||||||
|  |  | ||||||
|     @Override |     @Override | ||||||
|     public final String toString() { |     public final String toString() { | ||||||
|         return applicationCommand.name() + subCommand.name() != null ? "::" + subCommand.name() : ""; |         return applicationCommand.name() +  | ||||||
|  |         subCommandGroup != null ? "::" + subCommand.name() : "" +  | ||||||
|  |         subCommand != null ? "::" + subCommand.name() : ""; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     public boolean isRootCommand() { |     public boolean isRootCommand() { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user