fix t %%
This commit is contained in:
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 => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user