[Pupper] pet command -> pets command

Changed to not conflict with the adventure cog or other social cogs.
This commit is contained in:
aikaterna
2019-08-07 08:12:11 -07:00
committed by GitHub
parent d4a70d5782
commit 2f52012b33

View File

@@ -27,7 +27,7 @@ class Pupper(commands.Cog):
@commands.guild_only()
@checks.mod_or_permissions(administrator=True)
@commands.group()
async def pet(self, ctx):
async def pets(self, ctx):
"""Manage your pet."""
pass