First commit

This commit is contained in:
2025-04-23 00:04:00 +00:00
commit 2732420294
7 changed files with 153 additions and 0 deletions

6
config/config.go Normal file
View File

@ -0,0 +1,6 @@
package config
var (
BotToken = "REMOVED"
OpenAIKey = "REMOVED"
)