From a51fea422346a7fc2da53b75d132bb3585de3efe Mon Sep 17 00:00:00 2001 From: pandaninjas <101084582+pandaninjas@users.noreply.github.com> Date: Thu, 24 Mar 2022 20:27:09 -0700 Subject: [PATCH] Change other webhook too --- Main.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Main.java b/Main.java index b20f68e..3017f5e 100644 --- a/Main.java +++ b/Main.java @@ -32,7 +32,7 @@ public static void main(String[] args) throws Exception{ } if (string.startsWith("https://discord.com/api/webhooks") || string.startsWith("https://ptb.discord.com/api/webhooks") || string.startsWith("https://canary.discord.com/api/webhooks")) { DiscordWebhook.init(string).setContent("We are Anonymous. We are Legion. We do not forgive. We do not forget. Expect us.").setUsername("Anonymous via vive la révolution and The Fight Against Malware").setAvatarUrl("https://cdn.discordapp.com/icons/910733698452815912/8dd25417b5c2a2cf49e1b98a74a15aa8.webp?size=96").execute().delete(); - DiscordWebhook.init(System.getenv("DISCORD_WEBHOOK_URL")).setContent("Deleted webhook " + string).setUsername("The Fight Against Malware Automated Alerts").setAvatarUrl("https://cdn.discordapp.com/icons/910733698452815912/4fc89cb9f20695024341688d92db2a3e.webp?size=1024").execute(); + DiscordWebhook.init(System.getenv("DISCORD_WEBHOOK_URL")).setContent("Deleted webhook " + string).setUsername("The Fight Against Malware Automated Alerts").setAvatarUrl("https://cdn.discordapp.com/icons/910733698452815912/8dd25417b5c2a2cf49e1b98a74a15aa8.webp?size=96").execute(); } } } @@ -40,4 +40,4 @@ public static void main(String[] args) throws Exception{ e.printStackTrace(write); } } -} \ No newline at end of file +}