Skip to content

Commit

Permalink
🐛 fix: config not found
Browse files Browse the repository at this point in the history
  • Loading branch information
warengonzaga authored May 8, 2024
1 parent 43bb96b commit 96a2463
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const {
GatewayIntentBits,
Partials,
} = require("discord.js");
const config = require("./config.json");
const {
sendEmbedMessage,
CloseButtonComponent,
Expand Down
1 change: 1 addition & 0 deletions src/events/message.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const { Events } = require("discord.js");
const { sendEmbedMessage, serverTime } = require("../utils/core");
const { version } = require("../../package.json");
const config = require("./config.json");

// discord bot env
const {
Expand Down

0 comments on commit 96a2463

Please sign in to comment.