Skip to content

Commit

Permalink
remove message deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
dylangarcia committed Mar 16, 2024
1 parent 5582a58 commit 146aec9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
16 changes: 0 additions & 16 deletions src/features/april-fools/message-deletion.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import { discordToken } from "./helpers/env";
import { registerCommand, deployCommands } from "./helpers/deploy-commands";
import resumeReviewPdf from "./features/resume-review";
import imWatchingYou from "./features/april-fools/im-watching-you";
import messageDeletion from "./features/april-fools/message-deletion";
import typingStatus from "./features/april-fools/typing-status";
import americanSpelling from "./features/april-fools/american-spelling";
import communityTimeoutVote from "./features/april-fools/community-timeout-vote";
Expand Down Expand Up @@ -192,7 +191,6 @@ addHandler(threadChannels, autothread);
addHandler(CHANNELS.resumeReview, resumeReviewPdf);
addHandler(CHANNELS.random, [
imWatchingYou,
messageDeletion,
typingStatus,
americanSpelling,
communityTimeoutVote
Expand Down

0 comments on commit 146aec9

Please sign in to comment.