class MijDiscord::Events::Channel

Attributes

channel[R]

Public Class Methods

new(bot, channel) click to toggle source
Calls superclass method MijDiscord::Events::Generic::new
# File lib/mij-discord/events/channel.rb, line 20
def initialize(bot, channel)
  super(bot)

  @channel = channel
end