feat(register): add convenience getter
This commit is contained in:
parent
4e27e6ce56
commit
630c8ddee5
@ -95,6 +95,10 @@ public class SlashCommandDefinition {
|
||||
return this.rootIdentifier().equals(other.rootIdentifier());
|
||||
}
|
||||
|
||||
public long[] serverIds() {
|
||||
return rootIdentifier().serverIds();
|
||||
}
|
||||
|
||||
public Set<InteractionIdentifier> entries() {
|
||||
return this.entries;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user