Why Discord Partner Is No Longer Cool

There is a lot of excitement over Discord finally reopening their partner applications. I am a staff member in one of the newly partnered servers, actually. Discord made loads of changes to the program and I am not sure they are for the best.

Read More

Throttling Requests in Node.js

One of the most common requests I’ve seen on my StackOverflow is a method for avoiding rate limits. If you’re working with any kind of API or wrapper you are going to have rate limits. These can be nasty to deal with. The majority of API’s make their rate limits public, most of them at least—some limits may be hidden. An example of this can be seen here in the Discord API. Wouldn’t it be nice if we could just wait between each request? That is the basic idea of what my StackOverflow followers wanted. Now I am not one to spoon feed but even I had to take a bit of time to come up with a viable solution.

Read More

Let's Make A Blog

So here we are. The OBS.wtf blog… Nah this is a blog for OBSCode, here I will be posting articles about coding and anything else of interest. Please comment some ideas too.

Read More