Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard authored Mar 5, 2024
1 parent 724d0ec commit 3d68d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const startBot = async (deep, botToken) => {
const userLinkId = deep.linkId;

const Discord = require("discord.js");
const {ChannelType} = await deep.import("discord.js");
const {ChannelType} = Discord;

const discordClient = new Discord.Client({
intents: [
Expand Down

0 comments on commit 3d68d5e

Please sign in to comment.