Skip to content

Commit

Permalink
Update Client.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed Aug 28, 2024
1 parent f9c9bbd commit 1eea23d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,9 @@ const chalk =

import UserManager from "./managers/UserManager.js";
import GuildManager from "./managers/GuildManager.js";
import Message from "./structures/Message.js";
import Guild from "./structures/Guild.js";
import User from "./structures/User.js";
import generateWebsocketURL from "./util/gluon/generateWebsocketURL.js";
import Member from "./structures/Member.js";
import cacheChannel from "./util/gluon/cacheChannel.js";
import Role from "./structures/Role.js";
import GluonCacheOptions from "./managers/GluonCacheOptions.js";
import GuildCacheOptions from "./managers/GuildCacheOptions.js";
import Command from "./util/builder/commandBuilder.js";
Expand Down

0 comments on commit 1eea23d

Please sign in to comment.