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

Diff of /trunk/src/commands/moderation/UnlockCommand.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 30  export default class UnlockCommand exten Line 30  export default class UnlockCommand exten
30                  channel = await <TextChannel> options.options.getChannel('channel');                  channel = await <TextChannel> options.options.getChannel('channel');
31              }              }
32    
33              if (options.options.getChannel('role')) {              if (options.options.getRole('role')) {
34                  role = await <Role> options.options.getRole('role');                  role = await <Role> options.options.getRole('role');
35              }              }
36          }          }

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26