mirror of
https://github.com/ION606/selmerBot.git
synced 2026-06-06 07:12:58 +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) => {
|
scraper.getInfoFromName(name).then((data) => {
|
||||||
//If the user didn't specify, give a stat list
|
//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()
|
const newEmbed = new Discord.MessageEmbed()
|
||||||
.setColor('#002eff')
|
.setColor('#002eff')
|
||||||
.setTitle(data.title)
|
.setTitle(data.title)
|
||||||
|
|||||||
Reference in New Issue
Block a user