Skip to content

Commit bb286c2

Browse files
committed
disable dev and unfinished commands for prod
1 parent 72fef95 commit bb286c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/commands/funny/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ import { category } from 'utils';
22
import respond from './respond';
33
import trivia from './trivia';
44

5-
export default category('funny', [respond, trivia]);
5+
export default category('funny', [respond]);

src/commands/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ import dev from "./dev";
99
// ? [misc, context, funny, pub, team]
1010
// : [misc, context, funny, pub, team, dev];
1111

12-
export default [misc, context, funny, pub, team ,dev];
12+
export default [misc, context, funny, pub, team];
1313
// export default []

0 commit comments

Comments
 (0)