Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

243
Views
¿Por qué el servidor emoji .author es nulo? discordia js

En cualquier emoji de servidor, elijo que la propiedad .author sea nula, ¿por qué?

ingrese la descripción de la imagen aquí ingrese la descripción de la imagen aquí

 { "animated": false, "name": "d53589c38c2a8b20f24976899b0edf0a", "id": "899427561174622239", "deleted": false, "guildID": "843112700561326111", "requireColons": null, "managed": false, "available": true, "requiresColons": true, "author": null, "createdTimestamp": 1634510641140, "url": "https://cdn.discordapp.com/emojis/899427561174622239.png", "identifier": "d53589c38c2a8b20f24976899b0edf0a:899427561174622239" }
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

https://github.com/discordjs/discord.js/blob/stable/src/structures/Emoji.js#L25

Los únicos autores mencionados en el código son

 class Emoji extends Base { constructor(client, emoji) { super(client, data, guild); /** * The user who created this emoji * @type {?User} */ this.author = null; ... _patch(data) { super._patch(data); if (data.user) this.author = this.client.users._add(data.user); if (data.roles) this._roles = data.roles; } } }
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!