Skip to content

Commit

Permalink
n
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstech committed Nov 4, 2023
1 parent 1fca0d8 commit a01f5fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions commands/deleteHosting.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ module.exports = {
if (response.status === 200) {
const json = await response.json();
const embed = new EmbedBuilder()
.setDescription("Hosting data deleted! Export link is valid for a week.")

.setDescription(`Deleted ${subdomain}.is-a.dev hosting data. Export link is valid till <t:${parseInt(json.expiryDate / 1000)}:R>`)
const button = new ButtonBuilder()
.setStyle(ButtonStyle.Link)
.setLabel("Export")
Expand Down

0 comments on commit a01f5fa

Please sign in to comment.