Updated readme, cleaned up code

This commit is contained in:
Twentysix
2016-08-11 23:44:49 +02:00
parent bab4eb10f8
commit d1db34a9c4
3 changed files with 13 additions and 19 deletions

7
red.py
View File

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