add category to prefixes command

Fixes #148
This commit is contained in:
Abigail Gold 2020-01-04 14:46:40 -05:00
parent c7d0a85464
commit 673d154b94
No known key found for this signature in database
GPG Key ID: CF88335E873C3FB4
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class HamCog(commands.Cog):
embed.colour = cmn.colours.good
await ctx.send(embed=embed)
@commands.command(name="prefixes", aliases=["vanity", "pfx", "vanities", "prefix"])
@commands.command(name="prefixes", aliases=["vanity", "pfx", "vanities", "prefix"], category=cmn.cat.ref)
async def _vanity_prefixes(self, ctx: commands.Context, country: str = None):
'''Lists valid prefixes for countries.'''
if country is None: