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;