Interface UserSettings


  • public interface UserSettings
    • Method Detail

      • getJDA

        JDA getJDA()
      • getLocale

        java.util.Locale getLocale()
      • getGuildPositions

        java.util.List<Guild> getGuildPositions()
      • getRestrictedGuilds

        java.util.List<Guild> getRestrictedGuilds()
      • isAllowEmailFriendRequest

        boolean isAllowEmailFriendRequest()
      • isConvertEmoticons

        boolean isConvertEmoticons()
      • isDetectPlatformAccounts

        boolean isDetectPlatformAccounts()
      • isDeveloperMode

        boolean isDeveloperMode()
      • isEnableTTS

        boolean isEnableTTS()
      • isShowCurrentGame

        boolean isShowCurrentGame()
      • isRenderEmbeds

        boolean isRenderEmbeds()
      • isMessageDisplayCompact

        boolean isMessageDisplayCompact()
      • isInlineEmbedMedia

        boolean isInlineEmbedMedia()
      • isInlineAttachmentMedia

        boolean isInlineAttachmentMedia()