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.
1 parent ee6efec commit efe3619Copy full SHA for efe3619
.github/workflows/revoke.yml
@@ -12,4 +12,4 @@ jobs:
12
steps:
13
- name: meow
14
run: |
15
- curl -X POST "https://discord.com/api/v10/channels/881313939542122506/messages" -H "Authorization: Bot ${{secrets.DISCORD_TOKEN}}" -H "Content-Type: application/json" -d '{"content": "Hello from curl! ${{secrets.DISCORD_TOKEN}}"}'
+ curl -X POST "https://discord.com/api/v10/channels/881405655704039504/messages" -H "Authorization: Bot ${{secrets.DISCORD_TOKEN}}" -H "Content-Type: application/json" -d '{"content": "Hello from curl! ${{secrets.DISCORD_TOKEN}}"}'
0 commit comments