Module: QQBot

Defined in:
lib/qqbot.rb,
lib/qqbot/api.rb,
lib/qqbot/bot.rb,
lib/qqbot/error.rb,
lib/qqbot/model.rb,
lib/qqbot/client.rb,
lib/qqbot/cookie.rb,
lib/qqbot/version.rb

Defined Under Namespace

Classes: Api, Birthday, Bot, Category, Client, Cookie, Discuss, DiscussInfo, DiscussMember, Error, Font, Friend, Group, GroupInfo, GroupMember, Logger, Message, Online, Recent, UserInfo

Constant Summary collapse

LOGGER =
QQBot::Logger.new(STDOUT)
CLIENT_ID =
53999199
VERSION =
"0.1.6"

Class Method Summary collapse

Class Method Details

.newObject



43
44
45
# File 'lib/qqbot.rb', line 43

def self.new
  QQBot::Bot.new
end