文件名称:Discord-Logging-Webhook:这是一个 npm 模块,用于使用 discord webhook 轻松记录内容
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-19 11:11:47
JavaScript
你可以用 discord-logging-webhook 做什么 您可以使用用户不和谐 Webhook 轻松记录内容 安装 npm i discord-logging-webhook --save 用法 const webhook = require("discord-logging-webhook") const Logger = new webhook.Webhook("WEBHOOK URL HERE") 成功讯息 Logger.success("Succsess-Information","This is a succsess message.") const webhook = require("discord-logging-webhook") const Logger = new webhook.Webhook("WEBHOOK URL HERE") Logger.i
【文件预览】:
Discord-Logging-Webhook-main
----package.json(684B)
----lib()
--------webhook.js(5KB)
----README.md(984B)