From 2f52012b338e55b62d663303d836be811365c4d1 Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Wed, 7 Aug 2019 08:12:11 -0700 Subject: [PATCH] [Pupper] pet command -> pets command Changed to not conflict with the adventure cog or other social cogs. --- pupper/pupper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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