Skip to content

Commit

Permalink
Fix missing globalVars import
Browse files Browse the repository at this point in the history
  • Loading branch information
Glazelf committed Jun 20, 2024
1 parent fafa1cc commit ef2dfec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/mod/modmail.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import Discord from "discord.js";
import logger from "../../util/logger.js";
import sendMessage from "../../util/sendMessage.js";
import globalVars from "../../objects/globalVars.json" with { type: "json" };

const modal = new Discord.ModalBuilder()
.setCustomId('modMailModal')
Expand Down

0 comments on commit ef2dfec

Please sign in to comment.