From e9f85ec2d5ac613950e93674b8f79d8018d08dc9 Mon Sep 17 00:00:00 2001 From: pokesudenk Date: Sat, 24 Feb 2018 19:55:49 -0500 Subject: vscode fucks files --- commands/Utility/userinfo.js | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'commands/Utility') diff --git a/commands/Utility/userinfo.js b/commands/Utility/userinfo.js index 96287ac..b5dbef7 100644 --- a/commands/Utility/userinfo.js +++ b/commands/Utility/userinfo.js @@ -1,20 +1,6 @@ -<<<<<<< HEAD -exports.run = async (bot, msg) => { - const user = msg.mentions.members.first(); - const { RichEmbed } = require('discord.js'); - msg.channel.send( - new RichEmbed() - .setTitle(`Information for ${user.user.tag}`) - .addField('User ID', user.id) - .addField('Account Creation Date', user.user.createdAt) - .addField('Join Guild Date', user.joinedAt) - ); -}; -======= exports.run = async (bot, msg, args) => { const Discord = require('discord.js'); const user = msg.mentions.members.first(); ->>>>>>> master exports.conf = { aliases: ['uinfo', 'userinformation'], -- cgit v1.2.3