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

Discord.js Connecting Api To Discord Bot In An Embed Link

I've been trying to code a bot that will post and embed link to show the title of manga, tags, … Read more Discord.js Connecting Api To Discord Bot In An Embed Link

Discord.js V12 Check If User Is Streaming

i'm using discord.js v12 and i wanted to have an PresenceUpdate method for when the user is str… Read more Discord.js V12 Check If User Is Streaming

Discord.js V12 Rude Words Filter Not Working

so I am adding like a rude words filter, whenever someone says that word (lowercase or uppercase) i… Read more Discord.js V12 Rude Words Filter Not Working

How Does Bulkdelete Work?

I tried using bulkDelete to make my bot delete its message but I get this error: (node:5724) Unhand… Read more How Does Bulkdelete Work?

How To Send A Message To A Different Server | Discord Bot

I am very curious because I have seen other bots do this, the food bot command would be: '!Orde… Read more How To Send A Message To A Different Server | Discord Bot

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

Create An Auto-roll For Each New User In The Dhscord.js Bot

I wrote a code that should create an automatic roll for me as soon as a new user is added to my ser… Read more Create An Auto-roll For Each New User In The Dhscord.js Bot

Sending Messages Across Channels With Discord.js, Yields 'undefined' Error

I'm looking to create a 'say' command that allows me to directly message through the bo… Read more Sending Messages Across Channels With Discord.js, Yields 'undefined' Error

How Can I Make A Random Response In Discord.js

The title explains it I guess. I have no code written down and it would be nice if someone explains… Read more How Can I Make A Random Response In Discord.js

Discord Bot Embed Variables Come Back As Undefined

This is my code and the values keep being undefined https://cdn.discordapp.com/attachments/5017840… Read more Discord Bot Embed Variables Come Back As Undefined

Discord Js Check Reaction User Role

I am trying to close a ticket by reacting to a button. But reaction must be given by 'support&#… Read more Discord Js Check Reaction User Role

Finding Who Deleted The Message

My discord.js bot is programmed to log deleted messages. I have the code setup, but I was wondering… Read more Finding Who Deleted The Message

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

Is There Any Way I Can Make It So I Don't Have To Redeclare Dependencies For Module.exports?

I am working on a discord bot. I'm kinda a new at this, so I followed discordjs.guide for this … Read more Is There Any Way I Can Make It So I Don't Have To Redeclare Dependencies For Module.exports?

Sending Message To A Specific Channel At A Specific Time Using Cron In Discord

I want to send a message to a specific channel at 2:00 AM in Discord. I can't get it to work. A… Read more Sending Message To A Specific Channel At A Specific Time Using Cron In Discord

How Find Emojis By Name In Discord.js

So I have been utterly frustrated these past few days because I have not been able to find a single… Read more How Find Emojis By Name In Discord.js