diff --git a/commands/message/search/bing-images.js b/commands/message/search/bing-images.js index f999def..c489049 100644 --- a/commands/message/search/bing-images.js +++ b/commands/message/search/bing-images.js @@ -54,7 +54,7 @@ module.exports = { }); }catch(e){ console.log(e) - return editOrReply(context, {embeds:[createEmbed("error", context, `Unable to perform google search.`)]}) + return editOrReply(context, {embeds:[createEmbed("error", context, `Unable to perform bing search.`)]}) } }, }; \ No newline at end of file diff --git a/commands/message/search/bing.js b/commands/message/search/bing.js index 7025e38..99e3ba4 100644 --- a/commands/message/search/bing.js +++ b/commands/message/search/bing.js @@ -50,7 +50,7 @@ module.exports = { }); }catch(e){ console.log(e) - return editOrReply(context, {embeds:[createEmbed("error", context, `Unable to perform google search.`)]}) + return editOrReply(context, {embeds:[createEmbed("error", context, `Unable to perform bing search.`)]}) } }, }; \ No newline at end of file diff --git a/commands/message/search/wikihow.js b/commands/message/search/wikihow.js index f791519..b112279 100644 --- a/commands/message/search/wikihow.js +++ b/commands/message/search/wikihow.js @@ -52,7 +52,7 @@ module.exports = { }); }catch(e){ console.log(e) - return editOrReply(context, {embeds:[createEmbed("error", context, `Unable to perform google search.`)]}) + return editOrReply(context, {embeds:[createEmbed("error", context, `Unable to perform wikihow search.`)]}) } }, }; \ No newline at end of file diff --git a/commands/message/search/youtube.js b/commands/message/search/youtube.js index b3b15f4..17335c5 100644 --- a/commands/message/search/youtube.js +++ b/commands/message/search/youtube.js @@ -53,7 +53,7 @@ module.exports = { }); }catch(e){ console.log(e) - return editOrReply(context, {embeds:[createEmbed("error", context, `Unable to perform google search.`)]}) + return editOrReply(context, {embeds:[createEmbed("error", context, `Unable to perform youtube search.`)]}) } }, }; \ No newline at end of file