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; } } /**