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

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

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

revision 242 by rakin, Mon Jul 29 17:29:10 2024 UTC revision 244 by rakin, Mon Jul 29 17:29:11 2024 UTC
# Line 28  export default class LockCommand extends Line 28  export default class LockCommand extends
28                  channel = await <TextChannel> options.options.getChannel('channel');                  channel = await <TextChannel> options.options.getChannel('channel');
29              }              }
30    
31              if (options.options.getChannel('role')) {              if (options.options.getRole('role')) {
32                  role = await <Role> options.options.getRole('role');                  role = await <Role> options.options.getRole('role');
33              }              }
34          }          }

Legend:
Removed from v.242  
changed lines
  Added in v.244

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26