Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandRestriction ¶
type Configuration ¶
type Configuration struct { CommandKey string `json:"command_key"` GuildID string `json:"guild_id"` GuildName string `json:"guild_name"` StatusText string `json:"status_text"` WelcomeText string `json:"welcome_text"` RulesText string `json:"rules_text"` AdminRoles []string `json:"admin_roles"` JoinRoleIDs []string `json:"join_role_ids"` CommandRestrictions []CommandRestriction `json:"command_restrictions"` ColorRoles []ColorRole `json:"color_roles"` CustomRoles []CustomRole `json:"custom_roles"` IgnoredUsers []string `json:"ignored_users"` LoggingChannel string `json:"logging_channel"` ConfigPath string FilterLanguage bool JoinFloodThreshold int UserMessageThreshold int MaxUserWarnings int MaxUserKicks int EnforceMode bool }
type CustomEmbed ¶
type CustomRole ¶
Click to show internal directories.
Click to hide internal directories.