Broken bullshit

This commit is contained in:
2025-02-14 13:35:09 +01:00
parent a1aeb71512
commit 53cc9bca6b
20 changed files with 590 additions and 207 deletions

7
config/config.go Normal file
View File

@ -0,0 +1,7 @@
package config
type Config struct {
PlayMusic bool
}
var Current = Config{PlayMusic: true}