From f8d3d7b218799b91c72986a15c44db2e8e376700 Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Tue, 16 Aug 2022 18:23:17 +0200 Subject: Format --- src/srcom/slash_commands.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/srcom/slash_commands.tsx') diff --git a/src/srcom/slash_commands.tsx b/src/srcom/slash_commands.tsx index 4aabda3..e375e31 100644 --- a/src/srcom/slash_commands.tsx +++ b/src/srcom/slash_commands.tsx @@ -430,7 +430,9 @@ const runningTasks = new Map< >(); export class SpeedrunCom extends ApplicationCommandsModule { - static async handleCancelButton(i: MessageComponentInteraction): Promise { + static async handleCancelButton( + i: MessageComponentInteraction, + ): Promise { const task = runningTasks.get(i.customID)!; if (!task) { await i.respond({ -- cgit v1.2.3