Class: Discorb::Guild

Inherits:
Object
  • Object
show all
Defined in:
lib/discorb/voice/extend.rb

Instance Attribute Summary collapse

Instance Attribute Details

#voice_clientObject (readonly)



65
66
67
# File 'lib/discorb/voice/extend.rb', line 65

def voice_client
  @client.voice_clients[@id.to_s]
end