From 8c431e95c7953f1ea7ee905ee161f6f90c5b0a9b Mon Sep 17 00:00:00 2001 From: Nathaniel Mason Date: Fri, 22 Apr 2022 21:28:11 +0100 Subject: [PATCH] remove old todo --- commands/uinfo.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/commands/uinfo.js b/commands/uinfo.js index 4e36d03..438413a 100644 --- a/commands/uinfo.js +++ b/commands/uinfo.js @@ -56,9 +56,6 @@ module.exports = { { name: 'User Status', value: target.presence?.status ?? (config.intents.includes('GUILD_PRESENCES') ? 'Offline' : 'Missing GUILD_PRESENCES intent') - // IMPORTANT NOTE: - // There seems to be an issue where offline and invisible users return a null presense - // I'll try to patch this soon if I can figure out why }, { name: 'User ID',