cqllin
DIAdiscord.js - Imagine an app
•Created by DapperNurd on 12/14/2023 in #djs-questions
Database connection... MongoDB vs MySQL?
SQLite is awesome for local host testing, and development - but in a production scale SQLite is not really ideal. You would be better off using MySQL or another SQL based database structure, like PostgreSQL.
5 replies
DIAdiscord.js - Imagine an app
•Created by DapperNurd on 12/14/2023 in #djs-questions
Database connection... MongoDB vs MySQL?
It’s really just personal preference, how you wanna use your data, etc. I personally use MySQL as it can be used in tons of other places where MongoDB is not as supported or supported at all - as SQL is more standard I’d say with big platforms.
5 replies
DIAdiscord.js - Imagine an app
•Created by cqllin on 2/23/2023 in #djs-questions
Does the guildAuditLogEntryCreate event work on v14?
Ah damn that is a shame
4 replies
DIAdiscord.js - Imagine an app
•Created by cqllin on 2/23/2023 in #djs-questions
Does the guildAuditLogEntryCreate event work on v14?
4 replies
DIAdiscord.js - Imagine an app
•Created by cqllin on 2/12/2023 in #djs-questions
What is the best character set and collation for MySQL databases for Discord bot purposes?
3 replies
DIAdiscord.js - Imagine an app
•Created by cqllin on 1/8/2023 in #djs-questions
Listing new permissions with channelCreate event - permissionOverwrites
That is how I code all of my embeds
11 replies
DIAdiscord.js - Imagine an app
•Created by cqllin on 1/8/2023 in #djs-questions
Listing new permissions with channelCreate event - permissionOverwrites
Well it worked just like that lol. The issue was with the way the permissionOverwrites was setup
11 replies
DIAdiscord.js - Imagine an app
•Created by cqllin on 1/8/2023 in #djs-questions
Listing new permissions with channelCreate event - permissionOverwrites
Anyways, got it to work. Thanks
11 replies
DIAdiscord.js - Imagine an app
•Created by cqllin on 1/8/2023 in #djs-questions
Listing new permissions with channelCreate event - permissionOverwrites
Wdym fields no longer work like that? That is exactly how the docs have it
11 replies
DIAdiscord.js - Imagine an app
•Created by cqllin on 1/8/2023 in #djs-questions
Listing new permissions with channelCreate event - permissionOverwrites
The top bit of the console ^^^ is just me running
11 replies
DIAdiscord.js - Imagine an app
•Created by cqllin on 1/8/2023 in #djs-questions
Listing new permissions with channelCreate event - permissionOverwrites
11 replies