From e347daa0d061f1ba1a01ca658b29c569e9f06908 Mon Sep 17 00:00:00 2001 From: Almeida Date: Wed, 5 May 2021 02:06:57 +0100 Subject: [PATCH] fix misleading comment --- backend/src/plugins/Utility/commands/InfoCmd.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {