From 44902de3e1140c20bf9b5453c87e010171bf9249 Mon Sep 17 00:00:00 2001 From: masterhc Date: Sat, 3 Feb 2024 22:46:58 +0000 Subject: [PATCH] ErrorMessage, ErrorType Imports missing --- commands/search/searchChar.js | 2 +- commands/search/searchManga.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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');