Added ":servers" intent to stop the websocket warnings about servers not being cached

This commit is contained in:
2026-01-13 10:40:47 -03:00
parent dbd77f41b2
commit ff6d980fd0

View File

@@ -24,7 +24,7 @@ class CheeseBot
puts "Initializing bot..."
@bot = Discordrb::Bot.new(
token: ENV['BOT_TOKEN'],
intents: [:server_messages]
intents: [:servers, :server_messages]
)
puts "Registering the Message Checker and Button Handler..."