mirror of
https://github.com/miaowware/qrm2.git
synced 2025-08-01 12:52:27 -04:00
parent
c7d0a85464
commit
673d154b94
@ -65,7 +65,7 @@ class HamCog(commands.Cog):
|
|||||||
embed.colour = cmn.colours.good
|
embed.colour = cmn.colours.good
|
||||||
await ctx.send(embed=embed)
|
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):
|
async def _vanity_prefixes(self, ctx: commands.Context, country: str = None):
|
||||||
'''Lists valid prefixes for countries.'''
|
'''Lists valid prefixes for countries.'''
|
||||||
if country is None:
|
if country is None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user