Sorting an Array of Objects in JavaScript
So, let’s say you have a large Array of Objects, looking like this (snippet) Now you want to sort these Objects in ascending or descending order, based on the key: timestampThat’s very easy, and you …
So, let’s say you have a large Array of Objects, looking like this (snippet) Now you want to sort these Objects in ascending or descending order, based on the key: timestampThat’s very easy, and you …
I won’t be sharing any full code or snippets today, because I am exhausted from learning this topic. I spent the entire day studying and coding to get my bot up and running with a …
So, using Discord.js and Node.js have you wondered what guilds your bot is in?If so, the this little snippet might interest you: Replace YOUR_USERID_HERE with your own user id, and CHANNEL_ID with the ID of …
I dove right into developing a Discord game, and first wanted to make a version of Hangman.This was a huge undertaking for me, as I had zero knowledge of bot programming and almost zero knowledge …
I love learning new things, and coding Discord bots is my latest game.I have had a Discord account for years, but never really used it, until I came across a wonderful new server called: Your …