This commit is contained in:
cirroskais 2024-03-05 23:29:36 -05:00
parent 101fd3a879
commit 29a80dcedc
No known key found for this signature in database
GPG key ID: 5FC73EBF2678E33D
2 changed files with 1 additions and 2 deletions

View file

@ -12,7 +12,6 @@ const client = createBot({
},
});
// Load handlers step and whatnot ( hatchets )
await interactionHandler.load(client);
client.start();

View file

@ -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;