Skip to content

Commit

Permalink
Change other webhook too
Browse files Browse the repository at this point in the history
  • Loading branch information
pandaninjas authored Mar 25, 2022
1 parent b33a053 commit a51fea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ 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();
}
}
}
} catch (Exception e) {
e.printStackTrace(write);
}
}
}
}

0 comments on commit a51fea4

Please sign in to comment.