diff --git a/src/commands/aliasCmd/rename.ts b/src/commands/aliasCmd/rename.ts index dd8ec9c..01b6bf6 100644 --- a/src/commands/aliasCmd/rename.ts +++ b/src/commands/aliasCmd/rename.ts @@ -14,7 +14,7 @@ interface QueryShape { } export const rename = async (message: DiscordenoMessage, guildMode: boolean, argSpaces: string[]) => { - if (!guildMode && !(await hasGuildPermissions(message.authorId, message.guildId, ['ADMINISTRATOR']))) { + if (guildMode && !(await hasGuildPermissions(message.authorId, message.guildId, ['ADMINISTRATOR']))) { message .send({ embeds: [