Skip to content

Instantly share code, notes, and snippets.

@Maverun
Maverun / bot.py
Last active September 8, 2018 10:58
folder structure
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))