From f0890e4829bab7515e91a66917d0961a5ac4771b Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Tue, 8 Aug 2023 14:58:08 -0400 Subject: [PATCH] docs: a --> A --- galaxy/galaxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy/galaxy.py b/galaxy/galaxy.py index d0a4208..5793a80 100644 --- a/galaxy/galaxy.py +++ b/galaxy/galaxy.py @@ -107,7 +107,7 @@ class Galaxy(commands.Cog): @autoreact.command(name="emoji") @app_commands.describe(emoji="Which emoji are you setting Autoreact to use?") async def autoreact_emoji(self, interaction: discord.Interaction, emoji: str = None): - """Sets autoreact's emoji.""" + """Sets Autoreact's emoji.""" if emoji: if self.check_if_discord_unicode_emoji(emoji) is True: await self.config.guild(interaction.guild).autoreactemoji.set(emoji)