Skip to content

Commit

Permalink
Intents hotfix (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erisa authored Jul 16, 2023
1 parent 02d5a01 commit 0bdf5b8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

source 'https://rubygems.org'
gem 'commandrb'
gem 'commandrb', git: 'https://github.com/Yuuki-Discord/commandrb.git', branch: 'intents-hotfix'
gem 'discordrb', '>= 3.5.0'
gem 'haste'

Expand Down
12 changes: 9 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
GIT
remote: https://github.com/Yuuki-Discord/commandrb.git
revision: 03b0ebd75a4ef809813276e045a189116d0c5a52
branch: intents-hotfix
specs:
commandrb (0.4.8)
discordrb (~> 3.1, >= 3.1.0)

GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
chunky_png (1.4.0)
coderay (1.1.3)
commandrb (0.5.0)
discordrb (~> 3.1, >= 3.1.0)
debase (0.2.5.beta2)
debase-ruby_core_source (>= 0.10.12)
debase-ruby_core_source (0.10.16)
Expand Down Expand Up @@ -92,7 +98,7 @@ PLATFORMS
ruby

DEPENDENCIES
commandrb
commandrb!
debase (~> 0.2.5.beta2)
discordrb (>= 3.5.0)
fastri
Expand Down
1 change: 1 addition & 0 deletions modules/setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def self.build_init
type: @config['type'],
game: @config['game'],
owners: @config['owners'],
intents: :unprivileged,

typing_default: @config['typing_default'],
ready: proc { |event|
Expand Down

0 comments on commit 0bdf5b8

Please sign in to comment.