From e122763de985fb7e0599cf6be514446870c9df0a Mon Sep 17 00:00:00 2001 From: StavZDev Date: Mon, 22 Feb 2021 14:08:47 +0500 Subject: [PATCH] Update SkyblockMember.js --- src/structures/SkyBlock/SkyblockMember.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/structures/SkyBlock/SkyblockMember.js b/src/structures/SkyBlock/SkyblockMember.js index d065b5ef..833fe6d7 100644 --- a/src/structures/SkyBlock/SkyblockMember.js +++ b/src/structures/SkyBlock/SkyblockMember.js @@ -161,11 +161,11 @@ class SkyblockMember { } : null); } /** - * Profile Name + * UUID * @return {string} */ toString() { - return this.profileName; + return this.uuid; } } /**