Slight bugs: 18:45 - We're using the "error" variable but I forgot to obtain it from the parameters of the catch() method. Make sure to do that. 34:45 - If you're gonna add a .catch(), make sure to add a return right after so that your bot doesn't try to send the message to a non-existent channel. Apologies for these oversights. Thanks for watching :)
Can you do this without setting up a database for commands like this? Also, can you go over creating a sticky message without a database? I prefer to not need to use a database at all for stuff. Typically prefer using objects, not sure how to go about it.
can u put all the files ? under your video ? becose my bot is not working im do the same thing what u but my bot saying some thing which I don't know what is it thx sorry for the bad anglish :/ :)
The MongoDB tutorial linked in the description will guide you on getting that. It can be a MongoDB Atlas connection string, or a local MongoDB connection string.
Slight bugs:
18:45 - We're using the "error" variable but I forgot to obtain it from the parameters of the catch() method. Make sure to do that.
34:45 - If you're gonna add a .catch(), make sure to add a return right after so that your bot doesn't try to send the message to a non-existent channel.
Apologies for these oversights. Thanks for watching :)
Great video 👍
Waiting for my exam to be over so I can completely understand the code
Awesome content!
nice vid!
Nice video, i need video on multi guilded prefix :)
I just like to point out that the word Guilded is trademarked by Guilded, INC.
That's all.
Awesome video though
Can you do this without setting up a database for commands like this? Also, can you go over creating a sticky message without a database? I prefer to not need to use a database at all for stuff. Typically prefer using objects, not sure how to go about it.
Can you please make a Ticket System with multicategories ?
Hello, if i wanted to do the same thing but when the user lefts the server, what do I need to put in the module.export parameter
one question
can i keep using the free version of mongodb to host a private discord bot?
Yes. MongoDB Atlas is free up to 512mb which is plenty for most private projects.
can u put all the files ? under your video ? becose my bot is not working im do the same thing what u but my bot saying some thing which I don't know what is it thx sorry for the bad anglish :/ :)
and this is a very good video
:)
MONGODB_URI= ? (where do I get this?)
The MongoDB tutorial linked in the description will guide you on getting that. It can be a MongoDB Atlas connection string, or a local MongoDB connection string.