Parcourir la source

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

tags/v1.8.0
Roxie Gibson il y a 6 ans
Parent
révision
bbf70ee14f
2 fichiers modifiés avec 2 ajouts et 3 suppressions
  1. +1
    -1
      roxbot/__init__.py
  2. +1
    -2
      roxbot/checks.py

+ 1
- 1
roxbot/__init__.py Voir le fichier

@@ -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 Voir le fichier

@@ -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():

Chargement…
Annuler
Enregistrer