Skip to content

Commit 09a5d0d

Browse files
committed
Fix more typos.
1 parent 602fd6b commit 09a5d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord_slash/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ class BasecommandObject(CommandObject):
192192

193193
def __init__(self, name, cmd): # Let's reuse old command formatting.
194194
super().__init__(name, cmd)
195-
self.has_subcommand = cmd["has_subcommands"]
195+
self.has_subcommands = cmd["has_subcommands"]
196196
self.default_permission = cmd["default_permission"]
197197
self.permissions = cmd["api_permissions"] or []
198198

0 commit comments

Comments
 (0)