Readme and remove API keys

This commit is contained in:
2025-05-06 17:00:42 +00:00
parent 6b8f4674c3
commit db82e39b8d
2 changed files with 9 additions and 2 deletions

View File

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