Skip to content

Commit

Permalink
Update stats.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LewdHuTao authored Mar 8, 2024
1 parent 96614b1 commit c637da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djs-bot/commands/utility/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const command = new SlashCommand()
.setName("stats")
.setDescription("Get information about the bot")
.setRun(async (client, interaction) => {
let nodesInfo = "";
let nodes = "";

client.manager.Engine.nodes.forEach((node) => {
// show lavalink uptime in a nice format
Expand Down

0 comments on commit c637da4

Please sign in to comment.