diff --git a/backend/src/plugins/Utility/commands/InfoCmd.ts b/backend/src/plugins/Utility/commands/InfoCmd.ts index 0cf9a9b0..b6930de6 100644 --- a/backend/src/plugins/Utility/commands/InfoCmd.ts +++ b/backend/src/plugins/Utility/commands/InfoCmd.ts @@ -106,7 +106,7 @@ export const InfoCmd = utilityCmd({ } } - // 7. Role ID + // 7. Role const roleId = getRoleId(value); const role = roleId && pluginData.guild.roles.get(roleId); if (role && userCfg.can_roleinfo) {