mirror of
https://github.com/MinazukiAmane/Tinasha-Bot.git
synced 2025-03-16 17:45:58 +08:00
commit
1d8e08f399
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "TinashaBot",
|
"name": "TinashaBot",
|
||||||
"version": "5.6.0",
|
"version": "5.6.2",
|
||||||
"description": "multipurpose discord bot built using discord-js",
|
"description": "multipurpose discord bot built using discord-js",
|
||||||
"main": "bot.js",
|
"main": "bot.js",
|
||||||
"author": "Amane",
|
"author": "Amane",
|
||||||
|
@ -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
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user