notspeezy / x444-Nuker

Fastest nuker on discord written in py
31 stars 43 forks source link

Overhyped, OK Development Though #3

Closed uupf closed 1 year ago

uupf commented 1 year ago

Very overhyped (by you, at the most) I was expecting more. This could easily be developed in 5 minutes by a skid.. Good work though 🤷

notspeezy commented 1 year ago

Not my fault if you've been hyped at this point. A nuker stays a nuker. 50 requests/s is the max we can do.

notspeezy commented 1 year ago

Would you mind to tell me your cord though

uupf commented 1 year ago

My discord is blit#0001

ghost commented 1 year ago

max 50 rq/s is kinda low tbh, a lot of the code can be improved by using python 3.10's new match statement

ghost commented 1 year ago

also, you should use fstrings over string.format(), because of readability and performance

notspeezy commented 1 year ago

max 50 rq/s is kinda low tbh, a lot of the code can be improved by using python 3.10's new match statement

50 req/s is the max that discord allows us

notspeezy commented 1 year ago

also, you should use fstrings over string.format(), because of readability and performance

I've heard than using string formats is faster than fstrings. But can still change that