Class DefaultGuildScopeProvider
java.lang.Object
com.github.kaktushose.jda.commands.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:GuildScopeProvider
Gets a Set of guild ids the provided command should be registered for.
-