mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-08 10:22:31 -05:00
Updated readme, cleaned up code
This commit is contained in:
7
red.py
7
red.py
@@ -21,9 +21,7 @@ import traceback
|
||||
# https://github.com/Rapptz/RoboDanny/tree/async
|
||||
#
|
||||
|
||||
description = """
|
||||
Red - A multifunction Discord bot by Twentysix
|
||||
"""
|
||||
description = "Red - A multifunction Discord bot by Twentysix"
|
||||
|
||||
formatter = commands.HelpFormatter(show_check_failure=False)
|
||||
|
||||
@@ -32,8 +30,6 @@ bot = commands.Bot(command_prefix=["_"], formatter=formatter,
|
||||
|
||||
settings = Settings()
|
||||
|
||||
from cogs.utils import checks
|
||||
|
||||
|
||||
@bot.event
|
||||
async def on_ready():
|
||||
@@ -367,7 +363,6 @@ def load_cogs():
|
||||
|
||||
def main():
|
||||
global settings
|
||||
global checks
|
||||
|
||||
check_folders()
|
||||
check_configs()
|
||||
|
||||
Reference in New Issue
Block a user