Broken bullshit
This commit is contained in:
7
config/config.go
Normal file
7
config/config.go
Normal file
@ -0,0 +1,7 @@
|
||||
package config
|
||||
|
||||
type Config struct {
|
||||
PlayMusic bool
|
||||
}
|
||||
|
||||
var Current = Config{PlayMusic: true}
|
Reference in New Issue
Block a user