Discord Bots ||Node.js|| Free to $5 || Creating Portfolio

Status
This thread has been locked.

Incrility

Banned
Feedback score
8
Posts
151
Reactions
76
Resources
0
Hey yall.
Been building some discord bots lately and I'm tryna get some more experience tackling different problems and ideas.
If you need a special custom discord bot and it falls within this price range:
$Free to $5
Then contact me via Discord and let me know what you need.

Discord: Incrility#0708
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

DanIsLit

Supreme
Feedback score
2
Posts
56
Reactions
49
Resources
0
Depending on your level of skill at the moment, I'd recommend having a look at storing, fetching and editing information in a Database.

Your first google will throw up using MySQL - don't, it's buggy and broken for Discord.JS
Best bet is to look at using MongoDB, you can install it locally or on a VPS and it's very simple to us.

Good luck :)
 

Incrility

Banned
Feedback score
8
Posts
151
Reactions
76
Resources
0
DanIsLit
Thanks for the info! I've actually started to mess around with that.
I'm using MongoDB as it seemed like the best
Currently, I've made a Giveaway system that relies on that.
Basically, on creation, it stores info there and then I can access it to post winners redraw winners change any details due dates and titles/prizes.

Really has endless potential![DOUBLEPOST=1566844675][/DOUBLEPOST]
Is it just strictly node.js? I make discord bot myself and am quite curious.
For now i am only doing them via Node.Js...
In theory you can do it in other languages as well!
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/incrility-scam-report.563090/)

DanIsLit

Supreme
Feedback score
2
Posts
56
Reactions
49
Resources
0
Incrility
Yeah, there is a lot that can be done with it. Once you're fairly up to scratch on it, I'd look at joining a service team to broaden your horizon a little bit, you'll get different types of bot commissions coming through there, with a chance to learn - and you get paid!
 

croissant222

Feedback score
0
Posts
439
Reactions
151
Resources
0
Depending on your level of skill at the moment, I'd recommend having a look at storing, fetching and editing information in a Database.

Your first google will throw up using MySQL - don't, it's buggy and broken for Discord.JS
Best bet is to look at using MongoDB, you can install it locally or on a VPS and it's very simple to us.

Good luck :)
"MySQL - don't, it's buggy and broken for Discord.JS"
Umm what, mysql is definitely not broken or buggy, specifying "for discord js" dosent make sense because there is no limitations to using mysql with discord js as opposed to a run of the mill nodejs app

"Best bet is to look at using MongoDB"
Definitely not, most things overall are going to be relational data, probably more so for a beginner, additionally mongo is probably the worst beginners choice for a non relational db, its notoriously insecure by default (the default config used to let anyone access/modify data for TWO years before they changed it) and is (generally) schema less so theres a good chance he will screw up his datas integrity, maybe without even knowing it, oh and enforcing constraints manually

i see all too often beginners using mongo because "its web scale" or some stupid reason and then using it for relational data while poorly imitating features already present in sql
 

DanIsLit

Supreme
Feedback score
2
Posts
56
Reactions
49
Resources
0
"MySQL - don't, it's buggy and broken for Discord.JS"
Umm what, mysql is definitely not broken or buggy, specifying "for discord js" dosent make sense because there is no limitations to using mysql with discord js as opposed to a run of the mill nodejs app

"Best bet is to look at using MongoDB"
Definitely not, most things overall are going to be relational data, probably more so for a beginner, additionally mongo is probably the worst beginners choice for a non relational db, its notoriously insecure by default (the default config used to let anyone access/modify data for TWO years before they changed it) and is (generally) schema less so theres a good chance he will screw up his datas integrity, maybe without even knowing it, oh and enforcing constraints manually

i see all too often beginners using mongo because "its web scale" or some stupid reason and then using it for relational data while poorly imitating features already present in sql

Using Node.js, using Discord.js, using the API it's all a play on words - either way from experience SQL and Discord.js don't get on, unless they've done a big overhaul and updated it then I stay well clear of it, personally.

Mongo is a worse choice for a beginner because it's insecure Kappa ?
Maybe I'm just out of the loop because never yet have I heard that it's "notoriously insecure" loll
 

Incrility

Banned
Feedback score
8
Posts
151
Reactions
76
Resources
0
Hello y'all.
While I appreciate your input regarding Discord JS and Node JS and appropriate databases.
Please refrain from continuing the debate on best databases and leave this thread for service requests, updates, vouches and questions.

Thanks!
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/incrility-scam-report.563090/)

croissant222

Feedback score
0
Posts
439
Reactions
151
Resources
0
Using Node.js, using Discord.js, using the API it's all a play on words - either way from experience SQL and Discord.js don't get on, unless they've done a big overhaul and updated it then I stay well clear of it, personally.

Mongo is a worse choice for a beginner because it's insecure Kappa ?
Maybe I'm just out of the loop because never yet have I heard that it's "notoriously insecure" loll
"it's all a play on words"
what?? Youre the only one here making a play on words by ignoring half the things i said and making nonsensical statements

"way from experience SQL and Discord.js don't get on"
why?? what limitation makes discord js not work well with sql, i have never heard of such a thing ever

"Mongo is a worse choice for a beginner because it's insecure Kappa ? "
yes.... why is that so hard to understand? a beginner wont know how to secure mongo, also you ignored all the other points i made.....

"Maybe I'm just out of the loop because never yet have I heard that it's "notoriously insecure" loll"
in 2017 about 10,000 (that we know of) mongodb's were breached because they used the default config, that was probably to most notorious event
 

DanIsLit

Supreme
Feedback score
2
Posts
56
Reactions
49
Resources
0
Hello y'all.
While I appreciate your input regarding Discord JS and Node JS and appropriate databases.
Please refrain from continuing the debate on best databases and leave this thread for service requests, updates, vouches and questions.

Thanks!
croissant222
Know your place, calm down and stop being overly eager to start an argument because you've been playing with an API for a few years.
 
Status
This thread has been locked.
Top