docs: a --> A
This commit is contained in:
parent
06599441e4
commit
f0890e4829
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue