Sha256: 4da7da856cffc6e8b920d1a772768010d78f26a3a8b66cf75ae0fe7ece10a158
Contents?: true
Size: 319 Bytes
Versions: 3
Compression:
Stored size: 319 Bytes
Contents
# frozen_string_literal: true module SlackRubyBot class Client # keep track of the team that the client is connected to attr_accessor :owner end end SlackRubyBot::Client.logger.level = Logger::WARN Slack::RealTime::Client.configure do |config| config.store_class = Slack::RealTime::Stores::Starter end
Version data entries
3 entries across 3 versions & 1 rubygems