aboutsummaryrefslogtreecommitdiff
path: root/commands/serverinfo.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/serverinfo.js')
-rw-r--r--commands/serverinfo.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/serverinfo.js b/commands/serverinfo.js
index 049ad98..513b1b4 100644
--- a/commands/serverinfo.js
+++ b/commands/serverinfo.js
@@ -27,7 +27,7 @@ module.exports.run = async (client, message) => {
.setThumbnail(`${message.guild.iconURL()}`)
.addField('Server Name:', `${message.guild.name}`)
.addField('Server ID:', `${message.guild.id}`)
- .addField('Create At:', `${message.guild.createdAt.toUTCString()}`)
+ .addField('Created At:', `${message.guild.createdAt.toUTCString()}`)
/*message.guild.channels.cacheType.forEach(channel => {
listedChannels.push(channel)
})*/