Discord Discord.js Javascript Getting Bot Variable Into Different Commando Files May 29, 2024 Post a Comment I use commando for my discord.js bot, and it's linked to the client. I want to be able to use t… Read more Getting Bot Variable Into Different Commando Files
Discord Discord.js Javascript How To Tag Users Using Discord.js? May 08, 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 Deleting Single Channel/all Channels Does Not Work April 17, 2024 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.js Npm Discord.js Connecting Api To Discord Bot In An Embed Link March 23, 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
Bots Discord Discord.js Javascript Discord.js V12 Rude Words Filter Not Working March 03, 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
Discord Discord.js Javascript Node.js Fetch More Than 100 Messages March 02, 2024 Post a Comment I'm trying to figure out a way to use loops to get old messages on discord using fetchMesasges(… Read more Fetch More Than 100 Messages
Discord Discord.js Javascript Node.js Kickme Command, Cannot Read Tag February 23, 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 Node.js Delete All Channels In A Specific Category February 16, 2024 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