Update nodes.js

This commit is contained in:
Amane Serenetia 2024-11-03 11:53:54 +07:00
parent fe834dc23d
commit c833b2e211

View File

@ -6,7 +6,7 @@ const { byteUnit } = require('@root/src/helpers/Units');
module.exports = { module.exports = {
name: "nodes", name: "nodes",
description: "Lists lavalink nodes", description: "Lists Audio nodes",
category: "UTILITY", category: "UTILITY",
command: { command: {
enabled: true, enabled: true,
@ -64,7 +64,7 @@ async function fetchNodesAndTurnItToTable(nodes) {
})) }))
return new EmbedBuilder({ return new EmbedBuilder({
title: 'Lavalink Nodes', title: 'Audio Nodes',
color: 0x0088ff, color: 0x0088ff,
fields: fields fields: fields
}) })