diff --git a/src/utils/permissions.ts b/src/utils/permissions.ts index 58794e1ec..5c968fb67 100644 --- a/src/utils/permissions.ts +++ b/src/utils/permissions.ts @@ -243,7 +243,7 @@ export async function higherRolePosition( ) { const guild = await cacheHandlers.get("guilds", guildID); if (!guild) return; - + // If the bot is the owner of the guild, higher-role-checking is not necessary. if (guild.ownerID === botID) return true;