Open dropout1337 opened 2 years ago
well im gone for a few days, this is agony...
logging.info(f"{self.success}Successfully created direct message with %s {self.opbracket}%s{self.closebrckt}" % (json["recipients"][0]["username"], token[:59]))
why f-string... and why f-string and %..... plz no hurt eyes..
PS: Keep up the good work, if I ever leave ik u can keep em nerds goin.
Because im a lazy mf and didnt care about that lol I could change this in 5 minutes but it wouldnt improve/speed up the code at all
haha... It seems you really are lazy.. k
5 mins is too much. it just will take less than 30 seconds.
logging.info(f"{self.success}Successfully created direct message with {json["recipients"][0]["username"]} {self.opbracket}{token[:59]}{self.closebrckt}")
well im gone for a few days, this is agony...
logging.info(f"{self.success}Successfully created direct message with %s {self.opbracket}%s{self.closebrckt}" % (json["recipients"][0]["username"], token[:59]))
why f-string... and why f-string and %..... plz no hurt eyes..
PS: Keep up the good work, if I ever leave ik u can keep em nerds goin.