[NEW] MongoDB GUIDE || Discord.JS v14

  Рет қаралды 20,959

Fusion Terror

Fusion Terror

Күн бұрын

Пікірлер: 49
@FusionTerror
@FusionTerror 2 жыл бұрын
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
@cwiggy7622
@cwiggy7622 2 жыл бұрын
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
@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.
@juneyoo
@juneyoo 2 жыл бұрын
Ha! I was just watching your DiscordJS 13 db video when this came up. Thanks
@FusionTerror
@FusionTerror 2 жыл бұрын
Glad I could help!!!
@kingmalivore
@kingmalivore 2 жыл бұрын
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!
@FusionTerror
@FusionTerror 2 жыл бұрын
I'm glad you're enjoying the content, much more to come!
@TuXEKRO
@TuXEKRO 2 жыл бұрын
I liked the guide!, but I miss some more queries such as updating cell values, adding new cells, deleting collections...
@oxyzo_raid
@oxyzo_raid 2 жыл бұрын
Your tutorials is best and i like it 🥰
@H4GRlD
@H4GRlD 2 жыл бұрын
Cool new video thanks for sharing :)
@audiro.8067
@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
@SplifPvP
@SplifPvP 2 жыл бұрын
Ty bro for all
@wrAshkan
@wrAshkan 2 жыл бұрын
Hi! Nice video! Ehm could you pls make a video about: how to make a slash-command for ban members. ?
@BoogeyMan-fu5yn
@BoogeyMan-fu5yn 2 жыл бұрын
Great video! Can you do a tutorial on making a cooldown system?
@BoogeyMan-fu5yn
@BoogeyMan-fu5yn 2 жыл бұрын
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
@WorldOfFunYT Жыл бұрын
A mongoose? (say it aloud)
@ramiroghilino4546
@ramiroghilino4546 2 жыл бұрын
Awesome video sir! Can you do one video explaining how to use Google Spreadsheet instead of MongoDB?
@thelostskibidiestsigma
@thelostskibidiestsigma Жыл бұрын
google spreadsheet is not a database
@pHaace
@pHaace 8 ай бұрын
chalk is giving me an erro that require() of es module not supported
@albangilles4134
@albangilles4134 5 ай бұрын
If id doesn't work : _id: new mongoose.Types.ObjectId() instead of _id: mongoose.Types.ObjectId() in database.js
@lui.x8893
@lui.x8893 2 жыл бұрын
Is there a way to do these commands with out a slash command and with a regular prefix command instead?
@modernmarrow1411
@modernmarrow1411 2 жыл бұрын
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
@kingmalivore
@kingmalivore 2 жыл бұрын
@@modernmarrow1411 I thought they were removing for verified bots or if bot is in 100 guilds.
@czarsalad101
@czarsalad101 2 жыл бұрын
@@kingmalivore no this is just part of the transition phase. By (idk what month I forgot) 2023 prefix commands won’t be available
@ashten6259
@ashten6259 Жыл бұрын
(async () => { ^ TypeError: client.login(...) is not a function
@colbypikmin1477
@colbypikmin1477 7 ай бұрын
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
@SergzOFFICIAL Жыл бұрын
TypeError: Cannot read properties of undefined (reading 'findOne')
@kiriRQ
@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
@jorgemoreira8721 Жыл бұрын
Just add "new" and it'll work just fine: _id: new mongoose.Types.ObjectId()
@pyromagne2280
@pyromagne2280 5 ай бұрын
you can just also remove it because mongo will automatically generate one, you can also remove it in schema.
@MuzTVForever
@MuzTVForever 2 жыл бұрын
Wow, thx. I have one question, can U explain how to make multilanguages bot, where lang is the setting for members not for guilds
@ellilglor
@ellilglor 2 жыл бұрын
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
@DrWoofOfficial Жыл бұрын
Thanks bro
@mrnizar4831
@mrnizar4831 Жыл бұрын
I Like your content , im arabic!
@vikramsrinivas6340
@vikramsrinivas6340 2 жыл бұрын
HI! Nice Videos . pls can u make a video on self-role bots
@matthewbaker7146
@matthewbaker7146 2 жыл бұрын
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.
@shardvx4303
@shardvx4303 2 жыл бұрын
can you make a tutorial of command handler supports legacy commands?
@lixoeletronico5691
@lixoeletronico5691 Жыл бұрын
perfect
@tkbotsss7564
@tkbotsss7564 Жыл бұрын
not me getting the new err :(
@michael040990
@michael040990 Жыл бұрын
can you do one using mysql?
@oldchannel7692
@oldchannel7692 Жыл бұрын
can i download these anywhere?
@matteofeyaerts
@matteofeyaerts 2 жыл бұрын
for what is this?
@yourlefteyebrow_
@yourlefteyebrow_ 2 жыл бұрын
do some mod/info/fun commands?
@Mlmhm-mj1uo
@Mlmhm-mj1uo 2 жыл бұрын
can't connect to mongodb, thanks!!
@Kredenc.
@Kredenc. 2 жыл бұрын
please make a moderation commands
@4pac2pac
@4pac2pac 2 жыл бұрын
Economy bot pls
@none7353
@none7353 2 жыл бұрын
hi
@joth_john3618
@joth_john3618 2 жыл бұрын
first
@Hakunek
@Hakunek 2 жыл бұрын
congrats
Making a Game With Discord's Bot API
10:39
PolyMars
Рет қаралды 2,6 МЛН
버블티로 부자 구별하는법4
00:11
진영민yeongmin
Рет қаралды 28 МЛН
😜 #aminkavitaminka #aminokka #аминкавитаминка
00:14
Аминка Витаминка
Рет қаралды 2,3 МЛН
the balloon deflated while it was flying #tiktok
00:19
Анастасия Тарасова
Рет қаралды 34 МЛН
Yay, My Dad Is a Vending Machine! 🛍️😆 #funny #prank #comedy
00:17
[NEW] Moderation GUIDE || Discord.JS v14
19:43
Fusion Terror
Рет қаралды 10 М.
Why I'm a Millionaire (as a millionaire)
14:53
TechLead
Рет қаралды 1,2 МЛН
I tried 10 code editors
10:28
Fireship
Рет қаралды 3,1 МЛН
Why aren't you using Fastify? Or Koa? Or NestJS?
9:58
Maximilian Schwarzmüller
Рет қаралды 61 М.
[NEW] YouTube Notification GUIDE || Discord.JS v14
25:33
Fusion Terror
Рет қаралды 11 М.
Connecting to a Database (Discord.js v14)
6:28
Under Ctrl
Рет қаралды 24 М.
How to use TypeScript with your Discord Bot (and why)
9:32
Under Ctrl
Рет қаралды 13 М.
How to Learn to Code FAST (Do This or Keep Struggling)
11:00
Andy Sterkowitz
Рет қаралды 713 М.
버블티로 부자 구별하는법4
00:11
진영민yeongmin
Рет қаралды 28 МЛН