Skip to content

Commit

Permalink
Update Client.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Androz2091 authored Sep 7, 2024
1 parent 72f07fc commit 70f8a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion structures/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { Client, Collection, Partials, IntentsBitField } = require("discord.js"),
path = require("path");

const synchronizeSlashCommands = require("discord-sync-commands");
const DatabaseHandler = require("@manage-invite/manage-invite-db-client");
const DatabaseHandler = require("@androz2091/manage-invite-db-client");

// Creates ManageInvite class
class ManageInvite extends Client {
Expand Down

0 comments on commit 70f8a80

Please sign in to comment.