mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 05:54:33 +02:00
@@ -33,7 +33,7 @@ module.exports = class ChannelInfoCommand extends Command {
|
||||
const embed = new MessageEmbed()
|
||||
.setColor(0x00AE86)
|
||||
.addField('❯ Name',
|
||||
channel.type !== 'dm' ? channel.name : `@${channel.recipient.username}`, true)
|
||||
channel.name || 'None', true)
|
||||
.addField('❯ ID',
|
||||
channel.id, true)
|
||||
.addField('❯ NSFW',
|
||||
|
||||
Reference in New Issue
Block a user