mirror of
https://github.com/UniverseDevGroup/PokeBot.git
synced 2025-01-22 17:32:00 -05:00
nevermind
This commit is contained in:
parent
a88fb04b1c
commit
089974a6a7
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue