diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-09-15 15:06:29 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-09-15 15:06:29 -0400 |
| commit | 96762ce209415c72e098a78771f80fcc41413280 (patch) | |
| tree | 4340e737752f0468aeab7451bfb7c30db7e0de50 /commands/serverinfo.js | |
| parent | caa341ec28a1247bd06602ba3bc727a7ff8f1fd7 (diff) | |
| download | AleeBot-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.js | 2 |
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) })*/ |
