|
@ -325,9 +325,6 @@ class SlashMixin(ApplicationCommand, Protocol): |
|
|
else: |
|
|
else: |
|
|
options.append(Option(option)) |
|
|
options.append(Option(option)) |
|
|
|
|
|
|
|
|
for child in children: |
|
|
|
|
|
setattr(self, child.name, child) |
|
|
|
|
|
|
|
|
|
|
|
self.options = options |
|
|
self.options = options |
|
|
self.children = children |
|
|
self.children = children |
|
|
|
|
|
|
|
|