Skip to content

Commit

Permalink
feat: remove poll module
Browse files Browse the repository at this point in the history
  • Loading branch information
samhwang authored Mar 22, 2024
1 parent 6ee54a0 commit 4cf67b8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 125 deletions.
2 changes: 0 additions & 2 deletions src/commands/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import getdisclaimer from './disclaimer';
import insultCommand from './insult';
import mockCommand from './mockSomeone';
import removeUserByRole from './moderateUsers';
import poll from './poll';
import playPowerball from './powerball';
import quoteOfTheDay from './quoteOfTheDay';
import referral from './referral';
Expand All @@ -26,7 +25,6 @@ export const commandList: Command[] = [
danhCommand,
insultCommand,
mockCommand,
poll,
playPowerball,
quoteOfTheDay,
reputation,
Expand Down
41 changes: 0 additions & 41 deletions src/commands/poll/index.test.ts

This file was deleted.

82 changes: 0 additions & 82 deletions src/commands/poll/index.ts

This file was deleted.

0 comments on commit 4cf67b8

Please sign in to comment.