Skip to content

Commit 0c2c019

Browse files
authored
Merge pull request #111 from siddhant573/fix/discord-release-channel
fix: point release announcement at the correct Discord channel
2 parents c077f0f + f342204 commit 0c2c019

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/announce-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
DISCORD_BOT_TOKEN: ${{ secrets.DISCORD_BOT_TOKEN }}
2626
with:
2727
script: |
28-
const CHANNEL_ID = '1513614044165312522';
28+
const CHANNEL_ID = '1517976469190606848';
2929
const API = 'https://discord.com/api/v10';
3030
const token = process.env.DISCORD_BOT_TOKEN;
3131

0 commit comments

Comments
 (0)