Skip to content

Commit a30a237

Browse files
authored
Much prettier code.
Once again, i am starting to hate making these commits...
1 parent 27e0c3b commit a30a237

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

commands/Obfuscator.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
const {
2-
Discord,
3-
MessageAttachment
4-
} = require('discord.js'); /*npm install discord.js*/
1+
const {Discord,MessageAttachment} = require('discord.js'); /*npm install discord.js*/
52
const Config = require('../config.json');
63
const download = require('download'); /*npm install download*/
74
const fs = require('fs'); /*npm install fs*/

0 commit comments

Comments
 (0)