diff --git a/pupper/pupper.py b/pupper/pupper.py index cbb3c63..e2341f6 100644 --- a/pupper/pupper.py +++ b/pupper/pupper.py @@ -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