Comparing version 8.8.9 to 8.9.9
{ | ||
"name": "azel", | ||
"version": "8.8.9", | ||
"version": "8.9.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -38,4 +38,4 @@ const { MessageEmbed } = require("discord.js") | ||
if(typeof options.color !== 'string') throw new TypeError('Weky Error: color must be a string') | ||
if(typeof options.authorImage !== 'string') throw new TypeError('Weky Error: authorImage must be a boolean') | ||
if(typeof options.timestamp !== 'string') throw new TypeError('Weky Error: timestamp must be a boolean') | ||
if(typeof options.authorImage !== 'boolean') throw new TypeError('Weky Error: authorImage must be a boolean') | ||
if(typeof options.timestamp !== 'boolean') throw new TypeError('Weky Error: timestamp must be a boolean') | ||
@@ -42,0 +42,0 @@ this.message = options.message; |
51113