Skip to content

Commit

Permalink
Add Alias logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
greatman committed Mar 4, 2019
1 parent 71ade9e commit d735720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/worldofwarcraft.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ async def lookup(self, ctx, character_name: str = None, realm_name: str = None,
embed.set_footer(text=_("Information taken from Raider.IO"))
await ctx.send(embed=embed)

@commands.command()
@commands.command(aliases=["logs"])
async def log(self, ctx):
"""
Retrieve the latest log from WarcraftLogs for your guild.
Expand Down

0 comments on commit d735720

Please sign in to comment.