just a comment

This commit is contained in:
Luke Robles 2020-09-01 12:08:44 -07:00
parent c45ccceaeb
commit 14dc5cdc30

View File

@ -7,6 +7,7 @@ from discord.ext import commands
TOKEN = os.getenv('token')
bot = commands.Bot(command_prefix='!')
# Remove the default !help action so we can use our own
bot.remove_command('help')
def generate_embed(embed_url=None, embed_title=None, embed_description=None, embed_color=None):