This commit is contained in:
Daniel Odendahl Jr
2018-02-20 13:44:25 +00:00
parent e6de138ce7
commit c9d7d89f13
+1 -1
View File
@@ -33,7 +33,7 @@ module.exports = class ChannelInfoCommand extends Command {
const embed = new MessageEmbed()
.setColor(0x00AE86)
.addField(' Name',
channel.name, true)
channel.name || 'None', true)
.addField(' ID',
channel.id, true)
.addField(' NSFW',