Explorar el Código

Update discordrb to fix voice websocket error

Frans Bergman hace 4 años
padre
commit
e1c86960c4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Gemfile

+ 1 - 1
Gemfile

@@ -2,6 +2,6 @@ source "https://rubygems.org"
 
 ruby ">=2.5.3"
 
-gem "discordrb"
+gem "discordrb", :git => 'https://github.com/swarley/discordrb.git', :branch => 'voice_websocket_update'
 gem "icunicode"
 gem "youtube-dl.rb"