From b81a5f34b27947728185911c7184e61444b546bc Mon Sep 17 00:00:00 2001 From: Valerie Date: Thu, 20 Feb 2025 16:45:25 -0500 Subject: [PATCH] Update more text in Pokecord --- pokecord/abc.py | 2 +- pokecord/dev.py | 4 ++-- pokecord/general.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pokecord/abc.py b/pokecord/abc.py index c452a84..06e82b2 100644 --- a/pokecord/abc.py +++ b/pokecord/abc.py @@ -36,5 +36,5 @@ class MixinMeta(ABC): @commands.group(name="poke") async def poke(self, ctx: commands.Context): """ - Pokecord commands + Ava's Pokemon commands """ diff --git a/pokecord/dev.py b/pokecord/dev.py index 330c851..77b29ed 100644 --- a/pokecord/dev.py +++ b/pokecord/dev.py @@ -17,12 +17,12 @@ _ = Translator("Pokecord", __file__) class Dev(MixinMeta): - """Pokecord Development Commands""" + """Ava's Pokemon Development Commands""" @poke.group(hidden=True) @commands.is_owner() async def dev(self, ctx): - """Pokecord Development Commands""" + """Ava's Pokemon Development Commands""" @dev.command(name="spawn") async def dev_spawn(self, ctx, *pokemon): diff --git a/pokecord/general.py b/pokecord/general.py index 1fd0dbb..47fa410 100644 --- a/pokecord/general.py +++ b/pokecord/general.py @@ -22,7 +22,7 @@ _ = Translator("Pokecord", __file__) class GeneralMixin(MixinMeta): - """Pokecord General Commands""" + """Ava's Pokemon General commands""" @commands.max_concurrency(1, commands.BucketType.user) @commands.command(name="list", aliases=["pokemon"])