From d5b6f6a6004423abf0cc36377bef3f70aa016d66 Mon Sep 17 00:00:00 2001 From: ION606 Date: Wed, 18 May 2022 21:40:49 +0300 Subject: [PATCH] Forgot to add the ~ on 'asearch/stats' --- commands/anime/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/anime/search.js b/commands/anime/search.js index edc36ca..41502e6 100644 --- a/commands/anime/search.js +++ b/commands/anime/search.js @@ -15,7 +15,7 @@ module.exports = { scraper.getInfoFromName(name).then((data) => { //If the user didn't specify, give a stat list - if (args[args.length - 1] == 'stats') { + if (args[args.length - 1] == '~stats') { const newEmbed = new Discord.MessageEmbed() .setColor('#002eff') .setTitle(data.title)