Skip to content

Commit

Permalink
removed webhook url
Browse files Browse the repository at this point in the history
  • Loading branch information
bastian-js committed Sep 4, 2022
1 parent 0610655 commit 56698c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Anti-Crash-V14.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { EmbedBuilder, WebhookClient } = require("discord.js");
const { inspect } = require("util");
const webhook = new WebhookClient({
url: "https://discord.com/api/webhooks/1011789787042152478/lSwS45ocOFeRKjK02YMbXSIGwXH5TT6vR1ojg4aonSX0QsmF4awRqO4HUBKvih31R9d5",
url: "",
});

module.exports = (client) => {
Expand Down

0 comments on commit 56698c3

Please sign in to comment.