#setInterval

8 messages · Page 1 of 1 (latest)

upbeat geyserBOT
#

• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.

#

Enable developer mode to gain access to the "copy id" context menu: learn more
• copy role ids from context menus (guild settings, user profiles) not message mentions!

mighty marlin
#

wrong tag ._.

upbeat geyserBOT
#

Tag suggestion for @maiden ore:
Don't use the find method to query a Collection by key (mostly the associated id)

- someCollection.find(structure => structure.id === "348607796335607817")
+ someCollection.get("348607796335607817")
mighty marlin
#

not related to your issue but ^

maiden ore
#

code work

mighty marlin
#

sure it does