Skip to content

Commit

Permalink
reply then delete
Browse files Browse the repository at this point in the history
  • Loading branch information
dylangarcia committed Mar 16, 2024
1 parent 146aec9 commit 87579a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/features/april-fools/american-spelling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ export default {
return;
}

await msg.delete();

msg.channel.send(
await msg.reply(
SUPER_SARCASTIC_REPLIES_TO_BRITISH_SPELLING_WORDS[
Math.floor(
Math.random() *
SUPER_SARCASTIC_REPLIES_TO_BRITISH_SPELLING_WORDS.length,
)
],
);

await msg.delete();
},
} as ChannelHandlers;

0 comments on commit 87579a6

Please sign in to comment.