Discord Discord.js Javascript How To Tag Users Using Discord.js? May 26, 2024 Post a Comment I am looking to create a command in order to tag certain users automatically using their username e… Read more How To Tag Users Using Discord.js?
Cron Discord Discord.js Javascript Node.js Cannot Read Property 'send' Of Underfined April 22, 2024 Post a Comment const mudaeon = require('./mudaetime.json'); const cron = require('cron'); const Di… Read more Cannot Read Property 'send' Of Underfined
Discord Discord.js Javascript Deleting Single Channel/all Channels Does Not Work April 21, 2024 Post a Comment I'm creating a bot that manages a server to get used to JavaScript and the Discord.js library. … Read more Deleting Single Channel/all Channels Does Not Work
Bots Discord Discord.js Javascript Json How Can I Import Only Discord From Json File? April 19, 2024 Post a Comment I've got an array of objects, these objects have an identifiers array with strings. One of thes… Read more How Can I Import Only Discord From Json File?
Asynchronous Discord Discord.js Javascript Youtube Api Discord Bot Youtube Search, Wait For Answer Of Asynchronous Function February 25, 2024 Post a Comment I have built a discord but using javascript I've got one command where I want the ability to se… Read more Discord Bot Youtube Search, Wait For Answer Of Asynchronous Function
Discord Discord.js Javascript Change Permissions Of A Channel Just Created January 26, 2024 Post a Comment I have the below code which is intended to create a new channel with a name. This works fine. It th… Read more Change Permissions Of A Channel Just Created