diff options
Diffstat (limited to '')
-rw-r--r-- | src/srcom/slash_commands.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/srcom/slash_commands.tsx b/src/srcom/slash_commands.tsx index 7c6a710..69d1878 100644 --- a/src/srcom/slash_commands.tsx +++ b/src/srcom/slash_commands.tsx @@ -438,7 +438,7 @@ export class SpeedrunCom extends ApplicationCommandsModule { ): Promise<void> { const task = runningTasks.get(i.customID)!; if (!task) { - await i.respond({ + await i.send({ content: "Sorry, but I couldn't find the running task to cancel.", ephemeral: true, }); |