like im completely new to js but i wanna make a discord bot with it since im interested in js and discord bots and need help setting up commands like i mentioned with /add ID and then a user that usually has no access to the channel gets temporary access and can see the channel and then /remove ID for removing
discord.js is a powerful Node.js module that allows you to interact with the Discord API very easily. It takes a much more object-oriented approach than most other JS Discord libraries, making your bot's code significantly tidier and easier to comprehend.