dolfies / discord.py-self

A fork of the popular discord.py for user accounts.
https://discordpy-self.rtfd.io/en/latest/
MIT License
665 stars 155 forks source link

error when client.run() #512

Closed fanda857 closed 1 year ago

fanda857 commented 1 year ago

Summary

even when there is no code only client.run() and client = selfcord.Client() there is an error

Reproduction Steps

i just tried to make a selfbot with the most basic code possible

Code

import selfcord
client = selfcord.Client()
client.run(token here)

Expected Results

bot should run without any problems

Actual Results

TypeError: fromisoformat: argument must be str

System Information

Checklist

Additional Information

No response

fanda857 commented 1 year ago

i temporarily solved it by commenting out line 110 in site-packages\selfcord\read_state.py it probably breaks smth but its fine for now

ak4zh commented 1 year ago

Happens to me as well.

dolfies commented 1 year ago

Sorry, should be fixed now!