Skip to content

Commit

Permalink
🐛 fix: undefined serverTime
Browse files Browse the repository at this point in the history
  • Loading branch information
warengonzaga authored May 8, 2024
1 parent 9ee3bf6 commit 13caa4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ const config = require("./config.json");
const {
sendEmbedMessage,
CloseButtonComponent,
FeedbackButtonComponent
FeedbackButtonComponent,
serverTime,
} = require("./utils/core");

// usecontext.ai imports
Expand Down

0 comments on commit 13caa4a

Please sign in to comment.