mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 21:40:51 +02:00
Categories
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user