class Discordrb::Events::LifetimeEvent

Common superclass for all lifetime events

Public Class Methods

new(bot) click to toggle source

@!visibility private

# File lib/discordrb/events/lifetime.rb, line 9
def initialize(bot)
  @bot = bot
end