Skip to content

Commit

Permalink
change the server and channel
Browse files Browse the repository at this point in the history
  • Loading branch information
dimasma0305 committed Oct 8, 2024
1 parent f7d1e12 commit feb4fea
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/app/tcp1pctf-2024/crate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ export function CrateTemplate() {
return <>
<Script src="https://cdn.jsdelivr.net/npm/@widgetbot/crate@3" dangerouslySetInnerHTML={{
__html: `
new Crate({
server: '299881420891881473',
channel: '355719584830980096'
})`
new Crate({
server: '1127235720629723176', // TCP1P-CTF
channel: '1127238284075081808' // #announcement
})
`
}}>
</Script>
</>
Expand Down

0 comments on commit feb4fea

Please sign in to comment.