Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

15 lines
619B

  1. from roxbot import checks, http, guild_settings, converters, utils
  2. from roxbot.load_config import *
  3. from roxbot.logging import log
  4. from roxbot.utils import blacklisted
  5. __description__ = """RoxBot, A Discord Bot made by a filthy Mercy Main. Built with love (and discord.py) by Roxxers#7443.
  6. [Github link](https://github.com/RainbowDinoaur/roxbot)
  7. [Changelog](https://github.com/RainbowDinoaur/roxbot#v100)
  8. [Found a bug or need to report an issue? Report it here](https://github.com/RainbowRoxxers/roxbot/issues/new)
  9. [Say Thanks](https://saythanks.io/to/Roxxers)"""
  10. __author__ = "Roxanne Gibson"
  11. __version__ = "1.8.0"