Skip to content

Commit

Permalink
Revert "nothing to see here (#359)"
Browse files Browse the repository at this point in the history
This reverts commit 650bb7d.
  • Loading branch information
dylangarcia authored Apr 2, 2024
1 parent 650bb7d commit d7229c0
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 295 deletions.
59 changes: 0 additions & 59 deletions src/features/april-fools/american-spelling.ts

This file was deleted.

176 changes: 0 additions & 176 deletions src/features/april-fools/community-timeout-vote.ts

This file was deleted.

31 changes: 0 additions & 31 deletions src/features/april-fools/im-watching-you.ts

This file was deleted.

19 changes: 0 additions & 19 deletions src/features/april-fools/typing-status.ts

This file was deleted.

10 changes: 0 additions & 10 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ import { scheduleTask } from "./helpers/schedule";
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 typingStatus from "./features/april-fools/typing-status";
import americanSpelling from "./features/april-fools/american-spelling";
import communityTimeoutVote from "./features/april-fools/community-timeout-vote";

export const bot = new discord.Client({
intents: [
Expand Down Expand Up @@ -189,12 +185,6 @@ const threadChannels = [CHANNELS.helpJs, CHANNELS.helpThreadsReact];
addHandler(threadChannels, autothread);

addHandler(CHANNELS.resumeReview, resumeReviewPdf);
addHandler(CHANNELS.random, [
imWatchingYou,
typingStatus,
americanSpelling,
communityTimeoutVote,
]);

bot.on("ready", () => {
deployCommands(bot);
Expand Down

0 comments on commit d7229c0

Please sign in to comment.