Skip to content

Commit 656d674

Browse files
committed
Remove Morritz and Grzesiu
1 parent b4faf1a commit 656d674

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/commands/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { InvalidUsageError } from '../types';
88
import { addKarma, karma, KARMA_REGEX } from './karma';
99
import co from './co';
1010
import execute from './execute';
11-
import { grzesiu, morritz } from './kocopoly';
11+
// import { grzesiu, morritz } from './kocopoly';
1212
import link from './link';
1313
import m1 from './m1';
1414
import markdown from './markdown';
@@ -39,14 +39,14 @@ export const COMMAND_PATTERN = new RegExp(getConfig('PREFIX') + '([a-z1-9]+)(?:
3939
const allCommands = [
4040
co,
4141
execute,
42-
grzesiu,
42+
// grzesiu,
4343
karma,
4444
link,
4545
m1,
4646
markdown,
4747
mdn,
4848
mongodb,
49-
morritz,
49+
// morritz,
5050
mydevil,
5151
npm,
5252
odpowiedz,

0 commit comments

Comments
 (0)