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 Summary
Modifier and TypeMethodDescriptiongetGuildUser
(net.dv8tion.jda.api.entities.User user) net.dv8tion.jda.api.entities.Guild
getRegularUsers
(int frequency) Methods inherited from interface dev.jacrispys.JavaBot.api.analytics.objects.Stats
getTotalUses
-
Method Details
-
getJoinDate
OffsetDateTime getJoinDate() -
getBotUsers
-
getRegularUsers
-
getOverallStats
GuildStats getOverallStats() -
getGuildUser
-
getParentGuild
net.dv8tion.jda.api.entities.Guild getParentGuild()
-