Posts by Guilherme Magalhães Lopes • 1 point
1 post
-
-2
votes2
answers5055
viewsA: How can I make a Reaction Registration Bot Discord.js
you took the PR code? you must cache before the get. ex: Let server = client.guilds.cache.get("558703169903788057") in Discord.js v12 is no longer used addRole but roles.add. ex:…