updates
This commit is contained in:
@ -40,7 +40,7 @@ module.exports = {
|
||||
const embed = new EmbedBuilder()
|
||||
.setColor("#FF0000")
|
||||
.setTitle("The URL has been shrunk!")
|
||||
.setDescription("https://small.ssh.surf/" + rand)
|
||||
.setDescription("https://short.ssh.surf/" + rand)
|
||||
.setTimestamp()
|
||||
.setFooter({ text: `Requested by ${interaction.user.tag}`, iconURL: `${interaction.user.displayAvatarURL()}` });
|
||||
interaction.followUp({ embeds: [embed] });
|
||||
|
Reference in New Issue
Block a user