mirror of
https://github.com/MinazukiAmane/Tinasha-Bot.git
synced 2025-03-15 08:55:57 +08:00
Update nodes.js
This commit is contained in:
parent
fe834dc23d
commit
c833b2e211
@ -6,7 +6,7 @@ const { byteUnit } = require('@root/src/helpers/Units');
|
||||
|
||||
module.exports = {
|
||||
name: "nodes",
|
||||
description: "Lists lavalink nodes",
|
||||
description: "Lists Audio nodes",
|
||||
category: "UTILITY",
|
||||
command: {
|
||||
enabled: true,
|
||||
@ -64,7 +64,7 @@ async function fetchNodesAndTurnItToTable(nodes) {
|
||||
}))
|
||||
|
||||
return new EmbedBuilder({
|
||||
title: 'Lavalink Nodes',
|
||||
title: 'Audio Nodes',
|
||||
color: 0x0088ff,
|
||||
fields: fields
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user