conaticus / boolean

MIT License
74 stars 46 forks source link

Announcements Command Broken #125

Closed dylhack closed 2 years ago

dylhack commented 2 years ago

It looks like we have a little repetitive interaction replying; this prevents announcements from posting at all.

Error [INTERACTION_ALREADY_REPLIED]: The reply to this interaction has already been sent or deferred.
    at CommandInteraction.reply (/opt/app/node_modules/discord.js/src/structures/interfaces/InteractionResponses.js:94:46)
    at Announce.execute (/opt/app/dist/commands/announce.js:67:27)
    at async run (/opt/app/dist/events/interactionCreate.js:30:17) {
  [Symbol(code)]: 'INTERACTION_ALREADY_REPLIED'
}