/[sudobot]/trunk/src/commands/moderation/SetChPermsCommand.ts
ViewVC logotype

Diff of /trunk/src/commands/moderation/SetChPermsCommand.ts

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 64 by rakin, Mon Jul 29 17:28:27 2024 UTC revision 206 by rakin, Mon Jul 29 17:29:01 2024 UTC
# Line 14  import AutoCompleteOptions from '../../t Line 14  import AutoCompleteOptions from '../../t
14  export default class SetChPermsCommand extends BaseCommand {  export default class SetChPermsCommand extends BaseCommand {
15      supportsInteractions: boolean = true;      supportsInteractions: boolean = true;
16    
17        permissions = [Permissions.FLAGS.MANAGE_CHANNELS];
18    
19      constructor() {      constructor() {
20          super('setchperms', 'moderation', []);          super('setchperms', 'moderation', []);
21      }      }

Legend:
Removed from v.64  
changed lines
  Added in v.206

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26