将计算机信息发送到不和谐机器人

Sending computer info to discord bot

我正在尝试发出一个命令,将我的计算机 (Raspberry Pi 3) 信息发送到我的 discord 机器人。

我尝试搜索相同的问题,但找不到任何内容。

我的机器人目前正在 Raspberry Pi 上工作并安装了 Node.JS。

我将如何尝试完成它?

查看有关 os 模块的 Node.js 文档。您可能会发现您正在寻找的 "info" 可以通过它访问。

The os module provides operating system-related utility methods and properties. It can be accessed using:

const os = require('os');