File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 9
9
steps :
10
10
- name : Checkout
11
11
uses : actions/checkout@v3
12
+ - uses : actions/setup-node@v3
13
+ with :
14
+ node-version : 16.18.1
12
15
13
16
- name : Cache npm dependencies
14
17
uses : actions/cache@v3
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ import { npmInteraction } from './npm/index.js';
30
30
import { phpCommand } from './php/index.js' ;
31
31
import { pleaseInteraction } from './please/index.js' ;
32
32
import { pointsHandlers } from './points/index.js' ;
33
- import { jobPostCommand } from './post/index.js' ;
34
33
import { resourceInteraction } from './resource/index.js' ;
35
34
// meme commands
36
35
import { shitpostInteraction } from './shitpost/index.js' ;
@@ -44,7 +43,6 @@ export const guildCommands = new Map(
44
43
phpCommand ,
45
44
pleaseInteraction ,
46
45
pointsHandlers ,
47
- jobPostCommand ,
48
46
resourceInteraction ,
49
47
shitpostInteraction ,
50
48
npmInteraction ,
You can’t perform that action at this time.
0 commit comments