2025-04-23 00:04:00 +00:00

7 lines
70 B
Go

package config
var (
BotToken = "REMOVED"
OpenAIKey = "REMOVED"
)