From 2f16d4894defe563a59084a6346f4a0f720f227a Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Mon, 20 Mar 2017 15:52:35 +0000 Subject: [PATCH] Voice Connections Counter --- commands/botinfo/info.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/commands/botinfo/info.js b/commands/botinfo/info.js index 310028b9..4384368a 100644 --- a/commands/botinfo/info.js +++ b/commands/botinfo/info.js @@ -51,8 +51,10 @@ class InfoCommand extends commando.Command { moment.duration(this.client.uptime).format('d[d]h[h]m[m]s[s]'), true) .addField('Node Version', process.version, true) + .addField('Voice Connections', + this.client.voiceConnections.size, true) .addField('Library', - "[discord.js](https://discord.js.org/#/) / [commando](https://github.com/Gawdl3y/discord.js-commando)") + "[discord.js](https://discord.js.org/#/) / [commando](https://github.com/Gawdl3y/discord.js-commando)", true) .addField('Modules', "[cleverbot-node](https://github.com/fojas/cleverbot-node), [pirate-speak](https://github.com/mikewesthad/pirate-speak), [google-translate-api](https://github.com/matheuss/google-translate-api), [urban](https://github.com/mvrilo/urban), [zalgoize](https://github.com/clux/zalgolize), [hepburn](https://github.com/lovell/hepburn), [yahoo-weather](https://github.com/mamal72/node-yahoo-weather), [imdb-api](https://github.com/worr/node-imdb-api), [string-to-binary](https://www.npmjs.com/package/string-to-binary), [roman-numeral-converter-mmxvi](https://github.com/Cein-Markey/roman-numeral-conversion-library), [cowsay](https://github.com/piuccio/cowsay), [morse](https://github.com/ecto/morse)") .addField('Utility Modules',