Skip to content

Commit

Permalink
Fix load order.
Browse files Browse the repository at this point in the history
  • Loading branch information
Droid00000 committed Nov 11, 2024
1 parent 1fc324d commit 6d6046b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

$LOAD_PATH.unshift File.join(File.expand_path(__dir__), 'src/frost')

require 'require_all'
require 'discordrb'
require 'toml-rb'
require 'discordrb'
require 'require_all'

require_all 'src/frost/tags'
require_all 'src/frost/pins'
Expand Down

0 comments on commit 6d6046b

Please sign in to comment.