Class DefaultGuildScopeProvider

java.lang.Object
com.github.kaktushose.jda.commands.scope.DefaultGuildScopeProvider
All Implemented Interfaces:
GuildScopeProvider, Function<CommandData,Set<Long>>

public class DefaultGuildScopeProvider extends Object implements GuildScopeProvider
Default implementation of GuildScopeProvider. This will always return an empty Set!
See Also: