Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intents hotfix #110

Merged
merged 6 commits into from
Jul 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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