Encrypto27 commited on
Commit ·
d08c971
1
Parent(s): aba4d6f
hard encrypt plugin
Browse files- plugins/hardencrypt.js +1 -1
plugins/hardencrypt.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
const { minify } = require('uglify-
|
| 2 |
|
| 3 |
const config = require('../config');
|
| 4 |
const { cmd, commands } = require('../command');
|
|
|
|
| 1 |
+
const { minify } = require('uglify-js');
|
| 2 |
|
| 3 |
const config = require('../config');
|
| 4 |
const { cmd, commands } = require('../command');
|