update EmbedBuilder

This commit is contained in:
Emily 2022-12-11 17:22:31 +11:00
parent 56ce10d420
commit c7b87dc4bf
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class WoomyClient extends Discord.Client {
// Essential modules
this.logger = Logger;
this.MessageEmbed = Discord.MessageEmbed;
this.EmbedBuilder = Discord.EmbedBuilder;
this.db = new Database(this);
this.functions = new Functions(this);
this.commandLoader = new CommandLoader(this);