improve wrapper and general structure #16
@ -95,6 +95,10 @@ public class SlashCommandDefinition {
|
|||||||
return this.rootIdentifier().equals(other.rootIdentifier());
|
return this.rootIdentifier().equals(other.rootIdentifier());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public long[] serverIds() {
|
||||||
|
return rootIdentifier().serverIds();
|
||||||
|
}
|
||||||
|
|
||||||
public Set<InteractionIdentifier> entries() {
|
public Set<InteractionIdentifier> entries() {
|
||||||
return this.entries;
|
return this.entries;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user