readme and comments

This commit is contained in:
2025-06-04 16:31:33 -04:00
parent 6aeb64be75
commit dc25c6e3ec
2 changed files with 49 additions and 6 deletions

View File

@@ -13,12 +13,6 @@ import (
const (
TOKEN_ENV_VAR = "DISCORD_TOKEN" //label for token environment variable
// BOT_INTENTS = dg.IntentsAllWithoutPrivileged |
// dg.IntentGuildMembers |
// dg.IntentGuildPresences |
// dg.IntentMessageContent |
// dg.IntentsGuildMessages
BOT_INTENTS = dg.IntentGuildMembers |
dg.IntentGuildPresences |
dg.IntentMessageContent |