new gaypoints feature

This commit is contained in:
Watn3y 2023-03-18 23:50:42 +01:00
parent 69e93622b3
commit 6115e09602
10 changed files with 310 additions and 14 deletions

View file

@ -22,6 +22,10 @@ type config struct {
BalonlylAT string
TriggerWords []string
}
GayPoints struct {
EnabledChats []int64
ModifyUsers []int64
}
}
var BotConfig config