This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from discord.ext import commands | |
from cogs.utils import utils | |
import traceback | |
import datetime | |
import storage | |
import asyncio | |
import glob | |
description = '''Grepolis's Command List. ''' | |
bot = commands.Bot(command_prefix=commands.when_mentioned_or("$"), description=description,help_attrs=dict(pm_help=False,hidden=True)) |