Skip to content

Commit

Permalink
fix: small typo :D
Browse files Browse the repository at this point in the history
  • Loading branch information
mezotv authored Dec 27, 2023
1 parent 22de1fe commit 4c0f1bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ pub async fn discordservices_net_incoming_webhook(
.title("Thanks for voting for Scripty on discordservices.net!")
.description(
"You can vote again in 20 hours. We'll send you a reminder then. If you \
don't want to be notified, run `/vote_reminders False`. Thanks for your \
don't want to be notified, run `/vote_reminders: False`. Thanks for your \
support!",
),
),
Expand Down
2 changes: 1 addition & 1 deletion scripty_webserver/src/endpoints/webhooks/top_gg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pub async fn top_gg_incoming_webhook(
.title("Thanks for voting for Scripty on top.gg!")
.description(
"You can vote again in 12 hours. We'll send you a reminder then. If you \
don't want to be notified, run `/vote_reminders False`. Thanks for your \
don't want to be notified, run `/vote_reminders: False`. Thanks for your \
support!",
)
.footer(CreateEmbedFooter::new(if kind.is_test() {
Expand Down
2 changes: 1 addition & 1 deletion scripty_webserver/src/endpoints/webhooks/wumpus_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pub async fn wumpus_store_incoming_webhook(
.title("Thanks for voting for Scripty on wumpus.store!")
.description(
"You can vote again in 12 hours. We'll send you a reminder then. If you \
don't want to be notified, run `/vote_reminders False`. Thanks for your \
don't want to be notified, run `/vote_reminders: False`. Thanks for your \
support!",
)
.footer(CreateEmbedFooter::new(if webhook_test {
Expand Down

0 comments on commit 4c0f1bf

Please sign in to comment.