We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27e0c3b commit a30a237Copy full SHA for a30a237
commands/Obfuscator.js
@@ -1,7 +1,4 @@
1
-const {
2
- Discord,
3
- MessageAttachment
4
-} = require('discord.js'); /*npm install discord.js*/
+const {Discord,MessageAttachment} = require('discord.js'); /*npm install discord.js*/
5
const Config = require('../config.json');
6
const download = require('download'); /*npm install download*/
7
const fs = require('fs'); /*npm install fs*/
0 commit comments