Skip to content

Instantly share code, notes, and snippets.

@Joshuliu
Joshuliu / help.py
Created January 4, 2019 18:02
fuck
@commands.command(aliases=['commands'])
async def help(self, ctx, command = None):
prefix = ctx.prefix
if ctx.prefix == "<@424817451293736961> ": prefix = "@AppBot "
if ctx.guild is not None: # If the command was run in a guild
data = await self.bot.data(ctx.guild.id)
helpemb = discord.Embed(