Discord Discord.js Javascript How To Tag Users Using Discord.js? October 07, 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?
Discord Discord.js Javascript Set Channel Id For Discordbot For Multiple Servers July 25, 2024 Post a Comment Could someone help me set command to set channel for specific server so that it does not interfere… Read more Set Channel Id For Discordbot For Multiple Servers
Discord Javascript Node.js Discord.js Get User Connections As Bot March 27, 2024 Post a Comment Hey I'm trying to make a bot that will check user's connected battle.net account and load g… Read more Discord.js Get User Connections As Bot
Discord Discord.js Javascript Node.js Kickme Command, Cannot Read Tag March 26, 2024 Post a Comment im trying to get a command added to my bot, i cant quite figure out why the property of 'tag… Read more Kickme Command, Cannot Read Tag
Discord Discord.js Javascript Discord.js Use Attachment From Other Message To Update Image In Embed March 21, 2024 Post a Comment I am generating a Picture from a Canvas (it's in imageBuffer), and making a MessageAttachment f… Read more Discord.js Use Attachment From Other Message To Update Image In Embed
Discord Javascript Node.js Xml How To Read Xml File In Javascript? March 05, 2024 Post a Comment I'm creating a bot for the Discord. I'm downloading a horoscope XML-file from the Internet.… Read more How To Read Xml File In Javascript?
Bots Discord Discord.js Javascript Discord Js - How To React Multiple Times To The Same Embed? February 27, 2024 Post a Comment I've only gotten the first 'moneybag' emoji to react to the newest message in the chann… Read more Discord Js - How To React Multiple Times To The Same Embed?
Discord Discord.js Javascript Node.js How Would I Go About Implementing License Keys In My Discord.js Bot? February 23, 2024 Post a Comment I came on StackOverflow today to ask this question. How would I go about implementing a serial key … Read more How Would I Go About Implementing License Keys In My Discord.js Bot?
Discord Discord.js Javascript Node.js How To Add Reason In Discord.js Ban And Kick Command With Commando Framework? January 29, 2024 Post a Comment I'm currently working on a discord.js bot with commando (which is the official framework/comman… Read more How To Add Reason In Discord.js Ban And Kick Command With Commando Framework?
Discord Discord.js Javascript Change Permissions Of A Channel Just Created January 28, 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
Discord Discord.js Javascript Command To Send Text To A Specific Channel December 19, 2023 Post a Comment I want to make a command that sends the text to a channel of my choosing. Example: !command 't… Read more Command To Send Text To A Specific Channel
Discord Discord.js Javascript Node.js Basic One-message Dice Roller? November 25, 2023 Post a Comment This is the same discord bot I've asked about in the last question I posted here, and I want to… Read more Basic One-message Dice Roller?
Discord Discord.js Javascript How Can I Count The Number Of Messages In One Channel Of Each User? November 23, 2023 Post a Comment I want to code a discord bot with the discord.js ... But in the documentation, I don't found a … Read more How Can I Count The Number Of Messages In One Channel Of Each User?
Discord Discord.js Javascript Node.js Discord.js Ping Command October 26, 2023 Post a Comment I was trying to make a ping command for my bot here is my Code client.on('message', message… Read more Discord.js Ping Command
Discord Discord.js Javascript Node.js Delete All Channels In A Specific Category October 23, 2023 Post a Comment How to delete all channels in a specific category in Discord.JS? I tried that oldMember.guild.chan… Read more Delete All Channels In A Specific Category
Discord Discord.js Javascript Discord.js : Reaction.message.guild.members.find Is Not A Function October 22, 2023 Post a Comment I am trying to make a Discord.js bot that add the 'Joueur' role to the user who reacted wit… Read more Discord.js : Reaction.message.guild.members.find Is Not A Function
Bots Discord Discord.js Javascript Roles How To Check If A Specific User Has A Role? Discord Js October 11, 2023 Post a Comment I know how to check if the message sender has a role: if(message.member.roles.has(role.id)) { con… Read more How To Check If A Specific User Has A Role? Discord Js
Discord Discord.js Javascript Typescript Discord Js Manage Roles Permission Missing Even Though Bot Is Admin September 03, 2023 Post a Comment My Discord bot isn't adding the role to the user who uses the command. My Code: if (userCmd.toL… Read more Discord Js Manage Roles Permission Missing Even Though Bot Is Admin
Discord Discord.js Javascript Node.js Typeerror: Cannot Read Property Of 'execute' Of Undefined When Trying To Execute A Command File July 29, 2023 Post a Comment I am making a discord bot with a simple command handler. I have never used a command handler before… Read more Typeerror: Cannot Read Property Of 'execute' Of Undefined When Trying To Execute A Command File
Discord Discord.js Javascript Node.js Kickme Command, Cannot Read Tag May 04, 2023 Post a Comment im trying to get a command added to my bot, i cant quite figure out why the property of 'tag… Read more Kickme Command, Cannot Read Tag