mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 01:53:30 +01:00
ESLint stuff...
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
'use strict';
|
||||
|
||||
const values = require('object.values');
|
||||
const Client = require('./client/Client');
|
||||
|
||||
if (!Object.values) {
|
||||
values.shim();
|
||||
values.shim();
|
||||
}
|
||||
|
||||
exports.Client = Client;
|
||||
|
||||
Reference in New Issue
Block a user