Skip to content

Commit

Permalink
update src/structure/Client.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianjnuwu committed Dec 29, 2023
1 parent 9e8c552 commit 767a264
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/structure/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import { promisify } from 'util';
import mongoose from 'mongoose';
import node from './Nodes.js';
import { Vulkava } from 'vulkava';
import g from 'glob';
const glob = promisify(g);
import { Glob } from 'glob';

Check failure on line 9 in src/structure/Client.js

View workflow job for this annotation

GitHub Actions / 🏜️ Starting the action

'Glob' is defined but never used
import colors from 'colors';
import _ from 'dotenv';
_.config({ path: './.env' });
Expand Down

0 comments on commit 767a264

Please sign in to comment.