update EmbedBuilder
This commit is contained in:
parent
56ce10d420
commit
c7b87dc4bf
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue