Browse Source

Run black

pull/9996/head
Soheab_ 2 months ago
parent
commit
b98aefc62a
  1. 1
      discord/app_commands/models.py

1
discord/app_commands/models.py

@ -256,7 +256,6 @@ class AppCommand(Hashable):
self.handler = None
else:
self.handler = try_enum(EntryPointCommandHandlerType, handler)
def to_dict(self) -> ApplicationCommandPayload:
return {

Loading…
Cancel
Save