Dracovian

Results 67 comments of Dracovian

There are no commandline arguments for the script, it's as simple as `python3 discord.py` All of the configuring is done in the config.json file.

Ah yes, I should probably push the updated code... done. This should fix the current issue but it might introduce another one as I saw during the testing where the...

Which branch are you using? HTTP 416 means that the website doesn't allow for downloading its content in smaller parts. Right now the temporary solution is to opt for the...

Okay I did discover why this is occurring and I feel pretty dumb for overlooking this... *NetworkException* is a child of *CustomException* which is a child of *Exception* By the...

I can confirm that the function "get_day" is working: ![Testing out the timestamps](https://i.imgur.com/oYroqNK.png) ![Testing out the get_day function](https://i.imgur.com/QjIGoDh.png) And I can confirm that the results should be the exact same...

@ch40s SQLite might have something to do with incomplete text grabbing, but nothing to do with incomplete image grabbing. I was able to confirm that the individual functions used to...

@carado I have added the experimental branch but I have yet to implement any decent configuration tutorial. Even then I figure that the configuration process should still be somewhat comparable...

Let's see if I have fixed this issue in the latest branch, this time around I'm making use of 3rd party modules in lieu of my own custom modules.

I did make an attempt at storing the data in a text document and it ended up being a mess to maintain. I suppose I could make it so that...

I won't ping you twice on the same issue, just want to make sure you give the experimental branch a test to see if it is the solution you were...