Discord Discord.js Javascript Node.js Npm Discord.js Connecting Api To Discord Bot In An Embed Link August 09, 2024 Post a Comment 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 Discord.js Javascript Discord.js V12 Check If User Is Streaming June 12, 2024 Post a Comment 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
Bots Discord Discord.js Javascript Discord.js V12 Rude Words Filter Not Working April 14, 2024 Post a Comment 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
Bots Bulk Discord Discord.js Javascript How Does Bulkdelete Work? April 14, 2024 Post a Comment 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?
Bots Discord Javascript How To Send A Message To A Different Server | Discord Bot February 22, 2024 Post a Comment 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
Cron Discord Discord.js Javascript Node.js Cannot Read Property 'send' Of Underfined February 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 Create An Auto-roll For Each New User In The Dhscord.js Bot February 01, 2024 Post a Comment 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
Discord Discord.js Javascript Node.js Sending Messages Across Channels With Discord.js, Yields 'undefined' Error January 18, 2024 Post a Comment 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
Bots Discord Discord.js Javascript Node.js How Can I Make A Random Response In Discord.js December 21, 2023 Post a Comment 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
Bots Discord Embed Javascript Discord Bot Embed Variables Come Back As Undefined December 02, 2023 Post a Comment 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 Discord.js Javascript Node.js Discord Js Check Reaction User Role November 20, 2023 Post a Comment 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
Discord Discord.js Javascript Json Finding Who Deleted The Message September 12, 2023 Post a Comment 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
Discord Discord.js Javascript Deleting Single Channel/all Channels Does Not Work September 03, 2023 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
Discord Discord.js Javascript Node Modules Is There Any Way I Can Make It So I Don't Have To Redeclare Dependencies For Module.exports? May 31, 2023 Post a Comment 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?
Cron Discord Discord.js Javascript Sending Message To A Specific Channel At A Specific Time Using Cron In Discord February 06, 2023 Post a Comment 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
Bots Discord Discord.js Javascript Node.js How Find Emojis By Name In Discord.js November 12, 2022 Post a Comment 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