Added Quick commands
+Added Quick command Functionality
This commit is contained in:
@@ -23,6 +23,12 @@ type Server struct {
|
||||
}
|
||||
|
||||
type AppConfig struct {
|
||||
Settings Settings `yaml:"settings"`
|
||||
Servers []Server `yaml:"servers"`
|
||||
Settings Settings `yaml:"settings"`
|
||||
Servers []Server `yaml:"servers"`
|
||||
QuickCommands []QuickCommand `yaml:"quick_commands"`
|
||||
}
|
||||
|
||||
type QuickCommand struct {
|
||||
Name string `yaml:"name"`
|
||||
Command string `yaml:"command"`
|
||||
}
|
||||
Reference in New Issue
Block a user