forked from Supositware/Haha-Yes
removed timestamps
This commit is contained in:
parent
329ce58dc9
commit
44186ed2c6
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ module.exports = class ServerCommand extends Command {
|
|||
url: `${message.guild.iconURL}`,
|
||||
},
|
||||
description: `Member: **${message.guild.memberCount}** \nChannel number: **${message.guild.channels.size}**\nGuild created at **${message.guild.createdAt}**\nOwner: **${message.guild.owner}**`,
|
||||
timestamp: new Date(),
|
||||
};
|
||||
|
||||
message.say({ embed: addEmbed });
|
||||
|
|
Loading…
Reference in a new issue