Add function comments
This commit is contained in:
parent
c0cdbd23d2
commit
b8c18bfd30
@ -139,6 +139,11 @@ export class BotHelper
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* is the provided role a PMC, case-agnostic
|
||||
* @param botRole Role to check
|
||||
* @returns True if role is PMC
|
||||
*/
|
||||
public botRoleIsPmc(botRole: string): boolean
|
||||
{
|
||||
return [this.pmcConfig.usecType.toLowerCase(), this.pmcConfig.bearType.toLowerCase()].includes(
|
||||
|
Loading…
Reference in New Issue
Block a user