Browse Source

Run black

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

1
discord/app_commands/models.py

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

Loading…
Cancel
Save