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