mirror of
https://github.com/danbulant/discord.js
synced 2026-07-07 12:11:11 +00:00
Fix lint error
This commit is contained in:
parent
2a332d8d15
commit
637ea09532
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ const libs = {
|
||||||
|
|
||||||
exports.methods = {};
|
exports.methods = {};
|
||||||
|
|
||||||
(async() => {
|
(async () => {
|
||||||
for (const libName of Object.keys(libs)) {
|
for (const libName of Object.keys(libs)) {
|
||||||
try {
|
try {
|
||||||
const lib = require(libName);
|
const lib = require(libName);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue