From 29a80dcedc8c946c2b701d4eedb32909691c7215 Mon Sep 17 00:00:00 2001 From: cirroskais Date: Tue, 5 Mar 2024 23:29:36 -0500 Subject: [PATCH] bleehhh --- src/index.ts | 1 - src/interactions/ping.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 8902dc3..5618fa9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -12,7 +12,6 @@ const client = createBot({ }, }); -// Load handlers step and whatnot ( hatchets ) await interactionHandler.load(client); client.start(); diff --git a/src/interactions/ping.ts b/src/interactions/ping.ts index 799c563..e087ade 100644 --- a/src/interactions/ping.ts +++ b/src/interactions/ping.ts @@ -34,7 +34,7 @@ export default class extends SlashCommand implements Command { interaction.respond("dope: " + values.get("dope")); }) .catch((_) => { - //whatever bro dont respond to my modal 🙄 + // whatever bro dont respond to my modal 🙄 }); return modal;