diff --git a/techsupport_bot/commands/animal.py b/techsupport_bot/commands/animal.py index 9062b583..2765b1fd 100644 --- a/techsupport_bot/commands/animal.py +++ b/techsupport_bot/commands/animal.py @@ -46,7 +46,7 @@ async def cat(self: Self, ctx: commands.Context) -> None: """ if not self.bot.file_config.api.api_keys.cat: embed = auxiliary.prepare_deny_embed( - "No cat API has been set, so not cat can be shown" + "No cat API key has been set, so not cat can be shown" ) await ctx.send(embed=embed) return