update EmbedBuilder

This commit is contained in:
Emily 2022-12-11 17:22:31 +11:00
parent 56ce10d420
commit c7b87dc4bf

View file

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