mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +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 = {};
|
||||
|
||||
(async() => {
|
||||
(async () => {
|
||||
for (const libName of Object.keys(libs)) {
|
||||
try {
|
||||
const lib = require(libName);
|
||||
|
|
|
|||
Loading…
Reference in a new issue