mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 15:07:42 +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',
|
||||
|
||||
+2
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user