From ad9fad0bdda5357c50738ef482ef522dcad79b0e Mon Sep 17 00:00:00 2001 From: Spark2120 <97990619+Spark2120@users.noreply.github.com> Date: Thu, 5 Feb 2026 13:30:46 -0500 Subject: [PATCH] fixed webhook link address --- docs/Resources/webhooks.mdx | 2 +- package-lock.json | 17 ++++++++++++++++- package.json | 3 ++- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/docs/Resources/webhooks.mdx b/docs/Resources/webhooks.mdx index 44df92d..f450c0f 100644 --- a/docs/Resources/webhooks.mdx +++ b/docs/Resources/webhooks.mdx @@ -7,7 +7,7 @@ Instead of requesting our API to see the users who have voted for your bot, you ## Getting Started -Start by setting up your webhook URL in the edit form of your bot on this site, it can be found at https://top.gg/bot/:your-bot-id/webhooks (Replace `:your-bot-id` with your bot's ID!). Once you've entered the URL you want the webhook to be sent to, you're all set! If you need help setting up webhooks inside of your bot don't be afraid to ask in our [discord server](https://discord.gg/dbl) in the `#topgg-api` channel. +Start by setting up your webhook URL in the edit form of your bot on this site, it can be found at https://top.gg/bot/:your-bot-id/dashboard/integrations (Replace `:your-bot-id` with your bot's ID!). Once you've entered the URL you want the webhook to be sent to, you're all set! If you need help setting up webhooks inside of your bot don't be afraid to ask in our [discord server](https://discord.gg/dbl) in the `#topgg-api` channel. ## Security diff --git a/package-lock.json b/package-lock.json index 99a5ceb..8d244e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,8 @@ "react": "^18.0.0", "react-copy-to-clipboard": "^5.1.0", "react-dom": "^18.0.0", - "styled-components": "^6.1.8" + "styled-components": "^6.1.8", + "yarn": "^1.22.22" }, "devDependencies": { "@docusaurus/module-type-aliases": "3.1.1", @@ -14960,6 +14961,20 @@ "node": ">= 6" } }, + "node_modules/yarn": { + "version": "1.22.22", + "resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.22.tgz", + "integrity": "sha512-prL3kGtyG7o9Z9Sv8IPfBNrWTDmXB4Qbes8A9rEzt6wkJV8mUvoirjU0Mp3GGAU06Y0XQyA3/2/RQFVuK7MTfg==", + "hasInstallScript": true, + "license": "BSD-2-Clause", + "bin": { + "yarn": "bin/yarn.js", + "yarnpkg": "bin/yarn.js" + }, + "engines": { + "node": ">=4.0.0" + } + }, "node_modules/yocto-queue": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", diff --git a/package.json b/package.json index 43f6f08..694b94e 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,8 @@ "react": "^18.0.0", "react-copy-to-clipboard": "^5.1.0", "react-dom": "^18.0.0", - "styled-components": "^6.1.8" + "styled-components": "^6.1.8", + "yarn": "^1.22.22" }, "devDependencies": { "@docusaurus/module-type-aliases": "3.1.1",