Updating verify and force verify
This commit is contained in:
@@ -27,7 +27,7 @@ module.exports = {
|
||||
|
||||
const user1 = interaction.options.getUser('user');
|
||||
const user = interaction.guild.members.cache.get(user1.id);
|
||||
const fullUsername = user.username + "#" + user.discriminator
|
||||
const fullUsername = user1.username + "#" + user1.discriminator
|
||||
const ign = interaction.options.getString('ign');
|
||||
const mojang = "https://api.mojang.com/users/profiles/minecraft/"
|
||||
const slothPixel = "https://api.slothpixel.me/api/players/";
|
||||
|
||||
Reference in New Issue
Block a user