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',