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);
const m = await message.reply({ try {
embeds: [_], const m = await message.reply({
components: Utils.buttons(client), embeds: [_],
}); 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 (