public interface UserSettings
Modifier and Type | Method | Description |
---|---|---|
java.util.List<Guild> |
getGuildPositions() |
|
JDA |
getJDA() |
|
java.util.Locale |
getLocale() |
|
java.util.List<Guild> |
getRestrictedGuilds() |
|
OnlineStatus |
getStatus() |
|
boolean |
isAllowEmailFriendRequest() |
|
boolean |
isConvertEmoticons() |
|
boolean |
isDetectPlatformAccounts() |
|
boolean |
isDeveloperMode() |
|
boolean |
isEnableTTS() |
|
boolean |
isInlineAttachmentMedia() |
|
boolean |
isInlineEmbedMedia() |
|
boolean |
isMessageDisplayCompact() |
|
boolean |
isRenderEmbeds() |
|
boolean |
isShowCurrentGame() |
JDA getJDA()
OnlineStatus getStatus()
java.util.Locale getLocale()
java.util.List<Guild> getGuildPositions()
java.util.List<Guild> getRestrictedGuilds()
boolean isAllowEmailFriendRequest()
boolean isConvertEmoticons()
boolean isDetectPlatformAccounts()
boolean isDeveloperMode()
boolean isEnableTTS()
boolean isShowCurrentGame()
boolean isRenderEmbeds()
boolean isMessageDisplayCompact()
boolean isInlineEmbedMedia()
boolean isInlineAttachmentMedia()