mirror of
https://github.com/danbulant/discord.js
synced 2026-07-03 18:20:46 +00:00
fix eslint
This commit is contained in:
parent
6293f28ad9
commit
135ab02104
2 changed files with 1 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
|
@ -1,5 +1,4 @@
|
||||||
const Constants = require('../../util/Constants');
|
const Constants = require('../../util/Constants');
|
||||||
const Collection = require('../../util/Constants');
|
|
||||||
|
|
||||||
const getStructure = name => require(`../../structures/${name}`);
|
const getStructure = name => require(`../../structures/${name}`);
|
||||||
const User = getStructure('User');
|
const User = getStructure('User');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue