소스 검색

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

tags/v1.8.0
Roxie Gibson 6 년 전
부모
커밋
bbf70ee14f
2개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -1
      roxbot/__init__.py
  2. +1
    -2
      roxbot/checks.py

+ 1
- 1
roxbot/__init__.py 파일 보기

@@ -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 파일 보기

@@ -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…
취소
저장