If you have any issues join the Discord Server and proceed to the Discord.js Channel! 🔮- Fusion Empire Discord: discord.gg/QJyTkNxVrX 🟠- Patreon: www.patreon.com/fusionterror
@cwiggy76222 жыл бұрын
Hey fusion I’m sorry for the discord server issues it’s me lil wiggy and I actually work for discord I’m the main support guy there so if you have any questions let me know and I’m a dev there I help with the application updates like new ping things and things but I’m not the best at coding and it would help if you thought me just a bit more and I love your content from: LIL WIGGY 😊
@justyana488 Жыл бұрын
Amazing video! I've been following your tutorials for the most part. At the beginning I was a bit sloppy and didn't really know what anything ment..( since i just started out with js and coding in general). But once you get over the 'beginner fase' and look a bit more into javascript, nodejs and how discordjs works your tutorials are really helpful! Also, amazing discord community! they helped me out when i was stuck. Thank you for providing such an amazing recourse in the discord space.
@juneyoo2 жыл бұрын
Ha! I was just watching your DiscordJS 13 db video when this came up. Thanks
@FusionTerror2 жыл бұрын
Glad I could help!!!
@kingmalivore2 жыл бұрын
I've watched all of your v14 tutorials and this is my favorite. Great job explaining Mongo, I've set up a test database before and it was sloppy to say the least. Looking forward to more content!
@FusionTerror2 жыл бұрын
I'm glad you're enjoying the content, much more to come!
@TuXEKRO2 жыл бұрын
I liked the guide!, but I miss some more queries such as updating cell values, adding new cells, deleting collections...
@oxyzo_raid2 жыл бұрын
Your tutorials is best and i like it 🥰
@H4GRlD2 жыл бұрын
Cool new video thanks for sharing :)
@audiro.8067 Жыл бұрын
What if im trying to make a multiguild ticket system? I have to findOne the guild id and the ticket channel id? if so, how will that work
@SplifPvP2 жыл бұрын
Ty bro for all
@wrAshkan2 жыл бұрын
Hi! Nice video! Ehm could you pls make a video about: how to make a slash-command for ban members. ?
@BoogeyMan-fu5yn2 жыл бұрын
Great video! Can you do a tutorial on making a cooldown system?
@BoogeyMan-fu5yn2 жыл бұрын
I was also wondering how would you even do a cooldown system that works with subcommands? (each subcommand would have a cooldown of its own)
@WorldOfFunYT Жыл бұрын
A mongoose? (say it aloud)
@ramiroghilino45462 жыл бұрын
Awesome video sir! Can you do one video explaining how to use Google Spreadsheet instead of MongoDB?
@thelostskibidiestsigma Жыл бұрын
google spreadsheet is not a database
@pHaace8 ай бұрын
chalk is giving me an erro that require() of es module not supported
@albangilles41345 ай бұрын
If id doesn't work : _id: new mongoose.Types.ObjectId() instead of _id: mongoose.Types.ObjectId() in database.js
@lui.x88932 жыл бұрын
Is there a way to do these commands with out a slash command and with a regular prefix command instead?
@modernmarrow14112 жыл бұрын
Discord is removing the ability to do this, the only thing you will be able to do is slash commands so there is no point in using prefixes anymore
@kingmalivore2 жыл бұрын
@@modernmarrow1411 I thought they were removing for verified bots or if bot is in 100 guilds.
@czarsalad1012 жыл бұрын
@@kingmalivore no this is just part of the transition phase. By (idk what month I forgot) 2023 prefix commands won’t be available
@ashten6259 Жыл бұрын
(async () => { ^ TypeError: client.login(...) is not a function
@colbypikmin14777 ай бұрын
I had the same error, and for anyone else who is having it I just moved the async function above where the client functions are called and my code worked fine. Still can't figure out the reason why it errored... Edit : You can also turn it into a function call to fix this and to keep it in the same place, which is what I did to try to have the code be in a similar structure. EX : const loginToMongoose = async () => {await connect(databaseToken).catch(console.error)} loginToMongoose()
@SergzOFFICIAL Жыл бұрын
TypeError: Cannot read properties of undefined (reading 'findOne')
@kiriRQ Жыл бұрын
i encountered an error at 20:08 iam to lazy to copy the error log, but it says something like "ObjectId cannot be invoked without 'new' " my solution is const {ObjectId} = require('mongodb'); // as an import _id : new ObjectId(), // line 13 in new Guild({..
@jorgemoreira8721 Жыл бұрын
Just add "new" and it'll work just fine: _id: new mongoose.Types.ObjectId()
@pyromagne22805 ай бұрын
you can just also remove it because mongo will automatically generate one, you can also remove it in schema.
@MuzTVForever2 жыл бұрын
Wow, thx. I have one question, can U explain how to make multilanguages bot, where lang is the setting for members not for guilds
@ellilglor2 жыл бұрын
I made my bot multilingual through the interaction.locale. I run that through a switch to decide which json object to import that has all my strings in it
@DrWoofOfficial Жыл бұрын
Thanks bro
@mrnizar4831 Жыл бұрын
I Like your content , im arabic!
@vikramsrinivas63402 жыл бұрын
HI! Nice Videos . pls can u make a video on self-role bots
@matthewbaker71462 жыл бұрын
yeah this is going to be the last video of yours I watch. i have seen 3 ad's in the 10 min how the heck is some one expected to follow along with your videos if they are like this.
@shardvx43032 жыл бұрын
can you make a tutorial of command handler supports legacy commands?