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)