mirror of
https://github.com/ION606/selmerBot.git
synced 2026-05-14 21:26:54 +00:00
Forgot to add the ~ on 'asearch/stats'
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user