aboutsummaryrefslogtreecommitdiff
path: root/commands/serverinfo.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-09-15 15:06:29 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-09-15 15:06:29 -0400
commit96762ce209415c72e098a78771f80fcc41413280 (patch)
tree4340e737752f0468aeab7451bfb7c30db7e0de50 /commands/serverinfo.js
parentcaa341ec28a1247bd06602ba3bc727a7ff8f1fd7 (diff)
downloadAleeBot-96762ce209415c72e098a78771f80fcc41413280.tar.gz
AleeBot-96762ce209415c72e098a78771f80fcc41413280.tar.bz2
AleeBot-96762ce209415c72e098a78771f80fcc41413280.zip
2022 update; Modularized activities
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)
})*/