Browse Source

Refactored constants to be a lil more understandable in where they should be.

tags/v1.8.0
Roxie Gibson 6 years ago
parent
commit
bbf70ee14f
2 changed files with 2 additions and 3 deletions
  1. +1
    -1
      roxbot/__init__.py
  2. +1
    -2
      roxbot/checks.py

+ 1
- 1
roxbot/__init__.py View File

@@ -18,7 +18,7 @@ tat_token = settings["Roxbot"]["Tatsumaki_Token"]
__description__ = """RoxBot, A Discord Bot made by a filthy Mercy Main. Built with love (and discord.py) by Roxxers#7443.

[Github link](https://github.com/Roxxers/roxbot)
[Changelog](https://github.com/Roxxers/roxbot)
[Changelog](https://github.com/Roxxers/roxbot/wiki/Changelog)
[Found a bug or need to report an issue? Report it here](https://github.com/Roxxers/roxbot/issues/new)
[Say Thanks](https://saythanks.io/to/Roxxers)"""
__author__ = "Roxanne Gibson"

+ 1
- 2
roxbot/checks.py View File

@@ -1,6 +1,5 @@
from discord.ext import commands
from roxbot.load_config import owner
from roxbot import guild_settings as gs
from roxbot import guild_settings as gs, owner


def is_owner_or_admin():

Loading…
Cancel
Save