We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c077f0f + f342204 commit 0c2c019Copy full SHA for 0c2c019
1 file changed
.github/workflows/announce-release.yml
@@ -25,7 +25,7 @@ jobs:
25
DISCORD_BOT_TOKEN: ${{ secrets.DISCORD_BOT_TOKEN }}
26
with:
27
script: |
28
- const CHANNEL_ID = '1513614044165312522';
+ const CHANNEL_ID = '1517976469190606848';
29
const API = 'https://discord.com/api/v10';
30
const token = process.env.DISCORD_BOT_TOKEN;
31
0 commit comments