3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-20 16:25:03 +00:00

fix misleading comment

This commit is contained in:
Almeida 2021-05-05 02:06:57 +01:00
parent 5d52f88c56
commit e347daa0d0

View file

@ -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) {