File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ import { npmInteraction } from './npm/index.js';
3030import { phpCommand } from './php/index.js' ;
3131import { pleaseInteraction } from './please/index.js' ;
3232import { pointsHandlers } from './points/index.js' ;
33- import { jobPostCommand } from './post/index.js' ;
3433import { resourceInteraction } from './resource/index.js' ;
3534// meme commands
3635import { 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 ,
You can’t perform that action at this time.
0 commit comments