Made !stats the embed stats (!tstats for text)

This commit is contained in:
TheSomeoneXD
2018-10-16 20:01:13 -05:00
parent a54dfd245a
commit 4d77e8d068

View File

@@ -482,7 +482,7 @@ client.on('message', async message => {
if (client.user.username == "A.D.A.M.") break; if (client.user.username == "A.D.A.M.") break;
sendMessage(message.channel.id, dialog.getDialog("lore", args[0])); sendMessage(message.channel.id, dialog.getDialog("lore", args[0]));
break; break;
case "stats": case "tstats":
if (client.user.username == "A.D.A.M.") break; if (client.user.username == "A.D.A.M.") break;
getLevelUp(message.author.id); getLevelUp(message.author.id);
@@ -531,7 +531,7 @@ client.on('message', async message => {
sendMessage(message.channel.id, userStats); sendMessage(message.channel.id, userStats);
break; break;
case "estats": case "stats":
// Sees if the user is supposed to level up // Sees if the user is supposed to level up
getLevelUp(message.author.id); getLevelUp(message.author.id);