Skip to content

Commit 200e915

Browse files
authored
feat: remove post command (#953)
1 parent 9b7fe12 commit 200e915

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@v3
12+
- uses: actions/setup-node@v3
13+
with:
14+
node-version: 16.18.1
1215

1316
- name: Cache npm dependencies
1417
uses: actions/cache@v3

src/v2/commands/index.ts

-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ import { npmInteraction } from './npm/index.js';
3030
import { phpCommand } from './php/index.js';
3131
import { pleaseInteraction } from './please/index.js';
3232
import { pointsHandlers } from './points/index.js';
33-
import { jobPostCommand } from './post/index.js';
3433
import { resourceInteraction } from './resource/index.js';
3534
// meme commands
3635
import { shitpostInteraction } from './shitpost/index.js';
@@ -44,7 +43,6 @@ export const guildCommands = new Map(
4443
phpCommand,
4544
pleaseInteraction,
4645
pointsHandlers,
47-
jobPostCommand,
4846
resourceInteraction,
4947
shitpostInteraction,
5048
npmInteraction,

0 commit comments

Comments
 (0)