This commit is contained in:
NK 2023-04-13 14:50:37 +01:00
parent 4ee5c2286c
commit f856b1c474

View file

@ -61,11 +61,13 @@ client.on("messageCreate", async message => {
}) })
.setTimestamp() .setTimestamp()
.setColor(client.color); .setColor(client.color);
try {
const m = await message.reply({ const m = await message.reply({
embeds: [_], embeds: [_],
components: Utils.buttons(client), components: Utils.buttons(client),
}); });
setTimeout(() => m.delete(), 15000); setTimeout(() => m.delete(), 15000);
} catch (_) {}
} }
if (data.User?.Blacklist) return; if (data.User?.Blacklist) return;
if ( if (