Parent Directory
|
Revision Log
|
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 | } | } |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |