Skip to content

Commit

Permalink
better regs
Browse files Browse the repository at this point in the history
  • Loading branch information
cashlycash committed Jul 5, 2024
1 parent 8e9565a commit 20b6762
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/bbb5/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -383,11 +383,11 @@ <h4 class="text-primary">Team Name</h4>
});

let finaldata = {
embeds: v.ref.length > 0 ? [{
embeds: [{
title: `New Registration!`,
description: `Referral Code: ${v.ref}`,
description:v.ref.length > 0 ? `Referral Code: ${v.ref}` : "-",
color: 0xff0000
}] : []
}]
}
events.forEach((event) => {
var embed = {
Expand Down

0 comments on commit 20b6762

Please sign in to comment.