diff --git a/galaxy/galaxy.py b/galaxy/galaxy.py index b7835ba..7646d18 100644 --- a/galaxy/galaxy.py +++ b/galaxy/galaxy.py @@ -103,7 +103,7 @@ class Galaxy(commands.Cog): if emoji: emoji_id = self.extract_id(input_string=emoji) try: - emoji_obj = interaction.guild.fetch_emoji(emoji_id) + emoji_obj = await interaction.guild.fetch_emoji(emoji_id) except discord.NotFound or discord.HTTPException as error: await interaction.response.send_message(content="You're trying to set the coco emoji to an emoji I don't have access to!", ephemeral=True) return