Improved role selection

This commit is contained in:
2024-03-09 13:29:48 +01:00
parent ee1bb762fb
commit abd373916e
7 changed files with 201 additions and 19 deletions

View File

@@ -39,8 +39,9 @@ type StatusPortal struct {
}
type RoleSelectionConfig struct {
Title string `yaml:"title"`
Description string `yaml:"description"`
Title string `yaml:"title"`
Description string `yaml:"description"`
GenerateColorEmoji Feature `yaml:"generate_color_emoji"`
SelectionChannel string `yaml:"discord_channel"`
Roles []RoleConfig `yaml:"roles"`