Dracovian

Results 67 comments of Dracovian

Okay, I decided to use a documented API function to retrieve the latest post in a channel and tested it out on a dead channel that hasn't seen a post...

So far I haven't finished implementing it just yet, but I do plan on pushing it alongside several other additional features in the next update to the experimental branch. If...

Okay I have made it so that SIGINT signals are caught during runtime but the script continues to execute despite telling the script to exit upon SIGINT: ![https://imgur.com/nXEVKAZ](https://i.imgur.com/nXEVKAZ.png) This screenshot...

I just got through testing the following: ```py from datetime import datetime datetime(2020, 10, 1, 0, 0, 0).timestamp() ``` In the following versions of Python: Python 3.8 Python 3.9 Without...

Let me know if the fix has worked for you, if so then I'll close this issue and probably get right on to refactoring this whole repository since it's been...

> sorry im still novice, which line at discord.py that i need to change to: Oh no, I updated the code to fix that error when ran through Python 2,...

The Python 2 version appears to be working (unfortunately it worked too well and so you ended up hitting the ratelimiter for Discord meaning we have to bump up the...

An alpha build as well, right now I'm writing up the next major overhaul for this script and I'll be sure to make sure not to use f-strings anywhere in...

@Ajinson okay, I deleted the experimental_requests branch and updated the experimental branch with the new code, but unfortunately Discord's CDNs or their servers decided to crap out on me during...

The token file isn't JSON, it's just a single line with the authorization token in it (nothing else), there's more information on the config file options for the experimental branch...