Merge pull request #205 from websharik/main

fix: Lint
This commit is contained in:
Cinnamon 2022-07-15 01:42:26 +07:00 committed by GitHub
commit e284ef51ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
'use strict';
const { Collection } = require('@discordjs/collection');
const BigNumber = require('bignumber.js');
const CachedManager = require('./CachedManager');
const { TypeError, Error } = require('../errors');
const { Message } = require('../structures/Message');