Skip to content Skip to sidebar Skip to footer
Showing posts with the label Discord

How To Tag Users Using Discord.js?

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?

Cannot Read Property 'send' Of Underfined

const mudaeon = require('./mudaetime.json'); const cron = require('cron'); const Di… Read more Cannot Read Property 'send' Of Underfined

Deleting Single Channel/all Channels Does Not Work

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

How Can I Import Only Discord From Json File?

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?

Discord Bot Youtube Search, Wait For Answer Of Asynchronous Function

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

Change Permissions Of A Channel Just Created

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