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