You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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"