class WeebSh::ShimakazeBot

Bot class for shimakaze

Public Class Methods

new(id, interface) click to toggle source

@!visibility private

# File lib/weeb/interfaces/shimakaze.rb, line 37
def initialize(id, interface)
  @interface = interface
  @id = id
end

Public Instance Methods

get(user) click to toggle source

Get's a user @Param user [User, String, resolve_id] the user to get @return [User] the user requested

# File lib/weeb/interfaces/shimakaze.rb, line 45
def get(user)
  @interface.get(@id, user)
end