Skip to content

Commit 8cdd230

Browse files
author
Michał Miszczyszyn
authored
Revert "Apple silicon m1 command (#52)" (#54)
This reverts commit d40f04b.
1 parent d40f04b commit 8cdd230

File tree

4 files changed

+5
-24
lines changed

4 files changed

+5
-24
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"discord.rss": "5.0.6",
2828
"dotenv": "8.2.0",
2929
"erlpack": "github:discordapp/erlpack",
30-
"isolated-vm": "3.3.7",
30+
"isolated-vm": "3.3.3",
3131
"node-cache": "5.1.2",
3232
"node-fetch": "2.6.0",
3333
"polish-plurals": "1.1.0",

src/commands/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,13 @@ import xd from './xd';
2121
import youtube from './youtube';
2222
import typeofweb from './towarticle';
2323
import wiki from './wiki';
24-
import m1 from './m1';
2524

26-
const COMMAND_PATTERN = new RegExp(getConfig('PREFIX') + '([a-z1-9]+)(?: (.*))?');
25+
const COMMAND_PATTERN = new RegExp(getConfig('PREFIX') + '([a-z]+)(?: (.*))?');
2726

2827
const allCommands = [
2928
co,
3029
execute,
3130
link,
32-
m1,
3331
markdown,
3432
mdn,
3533
mongodb,

src/commands/m1.ts

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)