Skip to content

Commit

Permalink
Merge pull request #396 from saiteja-madha/5.4.0-release
Browse files Browse the repository at this point in the history
bug fix
  • Loading branch information
Sai Teja Madha authored Jul 15, 2023
2 parents d626814 + ee179b0 commit cb1018e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/command.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { EmbedBuilder } = require("discord.js");
const { EmbedBuilder, ApplicationCommandOptionType } = require("discord.js");
const { OWNER_IDS, PREFIX_COMMANDS, EMBED_COLORS } = require("@root/config");
const { parsePermissions } = require("@helpers/Utils");
const { timeformat } = require("@helpers/Utils");
Expand Down

0 comments on commit cb1018e

Please sign in to comment.