This commit is contained in:
Lamp 2022-01-03 21:36:02 -06:00
parent 25ec6a1906
commit fdbf05b846

@ -25,7 +25,7 @@ client.on("messageDelete", message => {
if (message.channel.id != config.default_channel) return;
if (message.type != "GUILD_MEMBER_JOIN") return;
client.channels.resolve(config.default_channel)?.send(
`sussy baka ${message.author} deleted their join message ||(from <t:${message.createdAt.valueOf()}>)||`
`sussy baka ${message.author} deleted their join message ||(from <t:${Math.floor(message.createdAt.valueOf()/1000)}>)||`
);
});
client.on("guildMemberRemove", member => {