diff --git a/commands/search/searchChar.js b/commands/search/searchChar.js index 28c2ee2..b423cb6 100644 --- a/commands/search/searchChar.js +++ b/commands/search/searchChar.js @@ -1,4 +1,4 @@ -const {Command, aniList, Random} = require('../../lib.js') +const {Command, aniList, Random, ErrorMessage, ErrorType} = require('../../lib.js') const {EmbedBuilder, ActionRowBuilder, ButtonBuilder, ButtonStyle} = require('discord.js'); diff --git a/commands/search/searchManga.js b/commands/search/searchManga.js index 0f8b033..bba907a 100644 --- a/commands/search/searchManga.js +++ b/commands/search/searchManga.js @@ -1,4 +1,4 @@ -const {Command, aniList, Random} = require('../../lib.js') +const {Command, aniList, Random, ErrorMessage,ErrorType} = require('../../lib.js') const {EmbedBuilder, ActionRowBuilder, ButtonBuilder, ButtonStyle} = require('discord.js');