Send edit button to beta dashboard

This commit is contained in:
jude
2023-09-23 20:32:57 +01:00
parent 0bf578357a
commit 52cf642455
2 changed files with 1 additions and 20 deletions

View File

@ -773,7 +773,7 @@ async fn create_reminder(
b.emoji(ReactionType::Unicode("📝".to_string()))
.label("Edit")
.style(ButtonStyle::Link)
.url("https://reminder-bot.com/dashboard")
.url("https://beta.reminder-bot.com/dashboard")
})
})
})