Skip to content

Commit

Permalink
Cleanup requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Droid00000 committed Nov 16, 2024
1 parent 9b344fc commit dbcc888
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# frozen_string_literal: true

require 'discordrb'

$LOAD_PATH.unshift './src/frost/model'

Dir['./src/frost/**/*.rb'].each { |file| require file if !file.include?('commands.rb') }

bot = Discordrb::Bot.new(token: CONFIG['Discord']['TOKEN'], intents: 32_905, log_mode: :normal)
bot = Discordrb::Bot.new(token: CONFIG['Discord']['TOKEN'], intents: 32905, log_mode: :normal)

bot.ready { bot.custom_status(ACTIVITY[1], ACTIVITY[2]) }

Expand Down

0 comments on commit dbcc888

Please sign in to comment.