Skip to content

Commit df74b26

Browse files
authored
Revert "nothing to see here (#359)" (#361)
This reverts commit 650bb7d.
1 parent 650bb7d commit df74b26

File tree

5 files changed

+0
-295
lines changed

5 files changed

+0
-295
lines changed

src/features/april-fools/american-spelling.ts

Lines changed: 0 additions & 59 deletions
This file was deleted.

src/features/april-fools/community-timeout-vote.ts

Lines changed: 0 additions & 176 deletions
This file was deleted.

src/features/april-fools/im-watching-you.ts

Lines changed: 0 additions & 31 deletions
This file was deleted.

src/features/april-fools/typing-status.ts

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/index.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ import { scheduleTask } from "./helpers/schedule";
2929
import { discordToken } from "./helpers/env";
3030
import { registerCommand, deployCommands } from "./helpers/deploy-commands";
3131
import resumeReviewPdf from "./features/resume-review";
32-
import imWatchingYou from "./features/april-fools/im-watching-you";
33-
import typingStatus from "./features/april-fools/typing-status";
34-
import americanSpelling from "./features/april-fools/american-spelling";
35-
import communityTimeoutVote from "./features/april-fools/community-timeout-vote";
3632

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

191187
addHandler(CHANNELS.resumeReview, resumeReviewPdf);
192-
addHandler(CHANNELS.random, [
193-
imWatchingYou,
194-
typingStatus,
195-
americanSpelling,
196-
communityTimeoutVote,
197-
]);
198188

199189
bot.on("ready", () => {
200190
deployCommands(bot);

0 commit comments

Comments
 (0)