hoemotion / discord-mass-dm

A discord program that will send a message to nearly every user in a discord server. Only for educational purposes 🥱🚀
GNU General Public License v3.0
193 stars 76 forks source link

whyy :( #1

Open dropout1337 opened 2 years ago

dropout1337 commented 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.

hoemotion commented 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

jis0324 commented 2 years ago

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}")