We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 602fd6b commit 09a5d0dCopy full SHA for 09a5d0d
discord_slash/model.py
@@ -192,7 +192,7 @@ class BasecommandObject(CommandObject):
192
193
def __init__(self, name, cmd): # Let's reuse old command formatting.
194
super().__init__(name, cmd)
195
- self.has_subcommand = cmd["has_subcommands"]
+ self.has_subcommands = cmd["has_subcommands"]
196
self.default_permission = cmd["default_permission"]
197
self.permissions = cmd["api_permissions"] or []
198
0 commit comments