From b98aefc62aad90061d1cd5d676feeb9ea8238757 Mon Sep 17 00:00:00 2001 From: Soheab_ <33902984+Soheab@users.noreply.github.com> Date: Tue, 21 Jan 2025 18:27:27 +0100 Subject: [PATCH] Run black --- discord/app_commands/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/discord/app_commands/models.py b/discord/app_commands/models.py index d988614ad..fd92a1a5d 100644 --- a/discord/app_commands/models.py +++ b/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 {