mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 14:21:41 +02:00
Categories
This commit is contained in:
@@ -32,6 +32,8 @@ module.exports = class ChannelInfoCommand extends Command {
|
|||||||
channel.id, true)
|
channel.id, true)
|
||||||
.addField('❯ NSFW',
|
.addField('❯ NSFW',
|
||||||
channel.nsfw ? 'Yes' : 'No', true)
|
channel.nsfw ? 'Yes' : 'No', true)
|
||||||
|
.addField('❯ Category',
|
||||||
|
channel.parent ? channel.parent.name : 'None', true)
|
||||||
.addField('❯ Creation Date',
|
.addField('❯ Creation Date',
|
||||||
channel.createdAt.toDateString(), true)
|
channel.createdAt.toDateString(), true)
|
||||||
.addField('❯ Topic',
|
.addField('❯ Topic',
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiaobot",
|
"name": "xiaobot",
|
||||||
"version": "38.0.1",
|
"version": "38.0.2",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Shard.js",
|
"main": "Shard.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
"canvas": "github:automattic/node-canvas",
|
"canvas": "github:automattic/node-canvas",
|
||||||
"common-tags": "^1.4.0",
|
"common-tags": "^1.4.0",
|
||||||
"custom-translate": "github:dragonfire535/custom-translate",
|
"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",
|
"discord.js-commando": "github:gawdl3y/discord.js-commando",
|
||||||
"erlpack": "github:hammerandchisel/erlpack",
|
"erlpack": "github:hammerandchisel/erlpack",
|
||||||
"node-opus": "^0.2.6",
|
"node-opus": "^0.2.6",
|
||||||
|
|||||||
Reference in New Issue
Block a user