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:
parent
5d52f88c56
commit
e347daa0d0
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue