Categories

This commit is contained in:
Daniel Odendahl Jr
2017-09-09 15:02:32 +00:00
parent 631e312fe3
commit 393ed555e7
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -32,6 +32,8 @@ module.exports = class ChannelInfoCommand extends Command {
channel.id, true)
.addField(' NSFW',
channel.nsfw ? 'Yes' : 'No', true)
.addField(' Category',
channel.parent ? channel.parent.name : 'None', true)
.addField(' Creation Date',
channel.createdAt.toDateString(), true)
.addField(' Topic',
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "xiaobot",
"version": "38.0.1",
"version": "38.0.2",
"description": "Your personal server companion.",
"main": "Shard.js",
"scripts": {
@@ -34,7 +34,7 @@
"canvas": "github:automattic/node-canvas",
"common-tags": "^1.4.0",
"custom-translate": "github:dragonfire535/custom-translate",
"discord.js": "github:dragonfire535/discord.js#patch",
"discord.js": "github:hydrabolt/discord.js",
"discord.js-commando": "github:gawdl3y/discord.js-commando",
"erlpack": "github:hammerandchisel/erlpack",
"node-opus": "^0.2.6",