Class DefaultGuildScopeProvider
java.lang.Object
io.github.kaktushose.jdac.scope.DefaultGuildScopeProvider
- All Implemented Interfaces:
GuildScopeProvider, Function<net.dv8tion.jda.api.interactions.commands.build.CommandData, Set<Long>>
Default implementation of
GuildScopeProvider. This will always return an empty Set!- See Also:
-
Constructor Details
-
DefaultGuildScopeProvider
public DefaultGuildScopeProvider()
-
-
Method Details
-
apply
Description copied from interface:GuildScopeProviderGets a Set of guild ids the provided command should be registered for.
-