Forgot to add the ~ on 'asearch/stats'

This commit is contained in:
ION606
2022-05-18 21:40:49 +03:00
parent ae07f645fa
commit d5b6f6a600
+1 -1
View File
@@ -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)