Interface | Description |
---|---|
SimpleLog.LogListener |
This interface has to be able to register (via
SimpleLog.addListener(net.dv8tion.jda.core.utils.SimpleLog.LogListener) ) and listen to log-messages. |
Class | Description |
---|---|
IOUtil | |
MiscUtil | |
PermissionUtil | |
SimpleLog | |
WidgetUtil |
The WidgetUtil is a class for interacting with various facets of Discord's
guild widgets
|
WidgetUtil.Widget | |
WidgetUtil.Widget.Member | |
WidgetUtil.Widget.VoiceChannel | |
WidgetUtil.Widget.VoiceState |
Enum | Description |
---|---|
SimpleLog.Level |
Enum containing all the LOG-levels
|
WidgetUtil.BannerType |
Represents the available banner types
Each of these has a different appearance: Shield - tiny, only contains Discord logo and online count Banner1 - medium, contains server name, icon, and online count, and a "Powered by Discord" bar on the bottom Banner2 - small, contains server name, icon, and online count, and a Discord logo on the side Banner3 - medium, contains server name, icon, and online count, and a Discord logo with a "Chat Now" bar on the bottom Banner4 - large, contains a very big Discord logo, server name, icon, and online count, and a big "Join My Server" button |
WidgetUtil.WidgetTheme |
Represents the color scheme of the widget
These color themes match Discord's dark and light themes |