Skip to content

Commit

Permalink
missed one svg spot
Browse files Browse the repository at this point in the history
  • Loading branch information
coopw1 committed Dec 22, 2024
1 parent 529a36c commit 320454e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/images/YIM.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const {
ActionRowBuilder,
ComponentType,
} = require("discord.js");
const convertSvgToPng = require("../util/convertSvgToPng");
const convertSvgToPng = require("../util/convertSvgToPngImage");
const getAuth = require("../util/getAuth");

module.exports = {
Expand Down

0 comments on commit 320454e

Please sign in to comment.