nevermind

This commit is contained in:
pokesudenk 2018-02-24 20:25:38 -05:00
parent a88fb04b1c
commit 089974a6a7

View file

@ -1,11 +1,11 @@
exports.run = async (bot, msg) => {
const { RichEmbed } = require('discord.js');
const { mentions } = require('discord.js');
if (!mentions) {
var user = msg.author;
} else {
var user = msg.mentions.members.first();
};
const { RichEmbed } = require('discord.js');
msg.channel.send(
new RichEmbed()
.setColor(0x00ae86)