Added first command for testing purposes. Added intents to bot.rb file.

This commit is contained in:
2026-01-12 12:54:00 -03:00
parent 231076d63b
commit a16978ca67
3 changed files with 57 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ class CheeseBot
def initialize
@bot = Discordrb::Bot.new(
token: ENV['BOT_TOKEN'],
intents: []
intents: [:servers, :server_messages]
)
load_commands