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

Getting Bot Variable Into Different Commando Files

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

How To Tag Users Using Discord.js?

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?

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

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 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

Fetch More Than 100 Messages

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

Kickme Command, Cannot Read Tag

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

Delete All Channels In A Specific Category

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