Interface GeneralGuildAnalytics
- All Superinterfaces:
- Stats
- All Known Subinterfaces:
- AudioGuildAnalytics
- All Known Implementing Classes:
- GuildAnalytics,- GuildStats
Interface for analytics that are for general statistics specific to a guild, but not to audio.
 
Child of
Child of
Stats- 
Method SummaryModifier and TypeMethodDescriptiongetGuildUser(net.dv8tion.jda.api.entities.User user) net.dv8tion.jda.api.entities.GuildgetRegularUsers(int frequency) Methods inherited from interface dev.jacrispys.JavaBot.api.analytics.objects.StatsgetTotalUses
- 
Method Details- 
getJoinDateOffsetDateTime getJoinDate()
- 
getBotUsers
- 
getRegularUsers
- 
getOverallStatsGuildStats getOverallStats()
- 
getGuildUser
- 
getParentGuildnet.dv8tion.jda.api.entities.Guild getParentGuild()
 
-