Added first command for testing purposes. Added intents to bot.rb file.
This commit is contained in:
@@ -20,7 +20,7 @@ class CheeseBot
|
||||
def initialize
|
||||
@bot = Discordrb::Bot.new(
|
||||
token: ENV['BOT_TOKEN'],
|
||||
intents: []
|
||||
intents: [:servers, :server_messages]
|
||||
)
|
||||
|
||||
load_commands
|
||||
|
||||
Reference in New Issue
Block a user