master
# frozen_string_literal: true module Slack module RealTime module Models class Bot < Base end end end end