ayn2op преди 2 години
родител
ревизия
ff7dbd15c5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      internal/config/config.go

+ 1 - 1
internal/config/config.go

@@ -67,7 +67,7 @@ type Config struct {
 
 		GuildsTree struct {
 			AutoExpandFolders bool `yaml:"auto_expand_folders"`
-			Graphics bool `yaml:"graphics"`
+			Graphics          bool `yaml:"graphics"`
 		} `yaml:"guilds_tree"`
 
 		MessagesText struct {