remove old todo
This commit is contained in:
parent
5a7040767e
commit
8c431e95c7
1 changed files with 0 additions and 3 deletions
|
@ -56,9 +56,6 @@ module.exports = {
|
||||||
{
|
{
|
||||||
name: 'User Status',
|
name: 'User Status',
|
||||||
value: target.presence?.status ?? (config.intents.includes('GUILD_PRESENCES') ? 'Offline' : 'Missing GUILD_PRESENCES intent')
|
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',
|
name: 'User ID',
|
||||||
|
|
Reference in a new issue