docs: a --> A

This commit is contained in:
Seaswimmer 2023-08-08 14:58:08 -04:00
parent 06599441e4
commit f0890e4829
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -107,7 +107,7 @@ class Galaxy(commands.Cog):
@autoreact.command(name="emoji") @autoreact.command(name="emoji")
@app_commands.describe(emoji="Which emoji are you setting Autoreact to use?") @app_commands.describe(emoji="Which emoji are you setting Autoreact to use?")
async def autoreact_emoji(self, interaction: discord.Interaction, emoji: str = None): async def autoreact_emoji(self, interaction: discord.Interaction, emoji: str = None):
"""Sets autoreact's emoji.""" """Sets Autoreact's emoji."""
if emoji: if emoji:
if self.check_if_discord_unicode_emoji(emoji) is True: if self.check_if_discord_unicode_emoji(emoji) is True:
await self.config.guild(interaction.guild).autoreactemoji.set(emoji) await self.config.guild(interaction.guild).autoreactemoji.set(emoji)