# frozen_string_literal: true require 'discordrb/light/light_bot' # This module contains classes to allow connections to bots without a connection to the gateway socket, i.e. bots # that only use the REST part of the API. module Discordrb::Light end