discord.js-akinator
Advanced tools
Comparing version 3.3.2 to 3.3.3
{ | ||
"name": "discord.js-akinator", | ||
"version": "3.3.2", | ||
"version": "3.3.3", | ||
"description": "A Discord.js v13 Module that allows you to Create an Akinator Command for Your Discord Bot within Seconds of Installation.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -346,5 +346,6 @@ const { Aki } = require("aki-api"); | ||
else if (e == "DiscordAPIError: Cannot send an empty message") return console.log("Discord.js Akinator Error: Discord.js v13 or Higher is Required.\nNeed Help? Join Our Discord Server at 'https://discord.gg/P2g24jp'"); | ||
console.log("Discord.js Akinator Error:") | ||
console.log(e); | ||
throw new Error(e); | ||
} | ||
} |
154227