Dracovian

Results 67 comments of Dracovian

I will say that if this does go into a separate project then that project will most likely end up being [Hammerhead](https://github.com/Dracovian/Hammerhead) I don't plan on adding any threading or...

I just now remembered that Discord does offer us a method of obtaining the total members in a guild: ![The API guild structure containing the members object array](https://i.imgur.com/AiATu2L.png) ![The API...

Grabbing the most recent message in the channel is easy since the official Discord API offers a function where you can ask for anywhere between the most recent message to...

HTTP 429 errors are caused by Discord's rate limiter. So far the best solution for that is to slow down the number of requests sent to the server, in the...

So there's two problems there: 1. You put down the token file name in the config.json file as `"{mytoken.token}"` instead of `"mytoken.token"` or the script somehow placed that in the...

Wait what? I didn't want to close the issue. --- GitHub thinks that just because titled the recent commit "Fix #issue" then that must mean that all of the things...

Yes, HTTP 429 is the rate limiter and I figured that the sleep time was adequate enough to prevent hitting the rate limiter but I might have to start looking...

Yes, I spent a good amount of time working on the wiki for this repository in hopes that it might come in real handy.

Ah, this is a wording issue since most people refer to Discord guilds as "servers" so I made sure to put both terms in the example JSON file. What it...

So far I haven't yet figured out why the code is able to grab all of the JSON data but isn't capable of extrapolating all of the contents from said...