Skip to content

Commit

Permalink
Merge pull request SudhanPlayz#1065 from XstreamSpeed/patch-1
Browse files Browse the repository at this point in the history
Fix | ReferenceError: MessageEmbed is not defined
  • Loading branch information
LewdHuTao authored Sep 7, 2022
2 parents c937672 + 04cdee4 commit 53bc6d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/slash/summon.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const SlashCommand = require("../../lib/SlashCommand");
const { MessageEmbed } = require("discord.js");

const command = new SlashCommand()
.setName("summon")
Expand Down

0 comments on commit 53bc6d2

Please sign in to comment.