Skip to content

Commit

Permalink
chore: use v2 URL on Discord bot (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonustrack authored Oct 24, 2024
1 parent 4399ba5 commit 9f6d35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/discord.ts
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ export async function send(eventObj, proposal, _subscribers) {
return { success: true };
}

const url = `https://snapshot.org/#/${proposal.space.id}/proposal/${proposal.id}`;
const url = `https://snapshot.box/#/s:${proposal.space.id}/proposal/${proposal.id}`;

let components =
!proposal.choices.length || proposal.choices.length > 5
Expand Down

0 comments on commit 9f6d35b

Please sign in to comment.