From 12d6c772288c77772f45000de2d2eee0d9992ab5 Mon Sep 17 00:00:00 2001 From: neoarz Date: Tue, 23 Sep 2025 08:18:24 -0400 Subject: [PATCH] fix(sidestore & idevice): update wording for no permissions --- cogs/idevice/idevice.py | 2 +- cogs/sidestore/sidestore.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/idevice/idevice.py b/cogs/idevice/idevice.py index f0ee24c..f204dee 100644 --- a/cogs/idevice/idevice.py +++ b/cogs/idevice/idevice.py @@ -36,7 +36,7 @@ class ideviceSelect(discord.ui.Select): self.bot.logger.warning(f"Bot missing permissions in server {interaction.guild.name} (ID: {interaction.guild.id}) - cannot execute {command_name} command") embed = discord.Embed( title="Permission Error", - description="The bot doesn't have the required permissions in this server to execute commands. Please contact a server administrator to add the bot to the server.", + description="The bot doesn't have the required permissions in this server to execute this command. Use the slash command `/{command_name}` instead.", color=0xFF0000 ) embed.set_author(name="idevice", icon_url="https://yes.nighty.works/raw/snLMuO.png") diff --git a/cogs/sidestore/sidestore.py b/cogs/sidestore/sidestore.py index 2a13714..f84a6c7 100644 --- a/cogs/sidestore/sidestore.py +++ b/cogs/sidestore/sidestore.py @@ -77,7 +77,7 @@ class SidestoreSelect(discord.ui.Select): self.bot.logger.warning(f"Bot missing permissions in server {interaction.guild.name} (ID: {interaction.guild.id}) - cannot execute {command_name} command") embed = discord.Embed( title="Permission Error", - description="The bot doesn't have the required permissions in this server to execute commands. Please contact a server administrator to add the bot to the server.", + description="The bot doesn't have the required permissions in this server to execute this command. Use the slash command `/{command_name}` instead.", color=0xFF0000 ) embed.set_author(name="SideStore", icon_url="https://github.com/SideStore/assets/blob/main/icons/classic/Default.png?raw=true")