From 3400f04c6d52a543b899aa734ab0436f47e3177b Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 9 Oct 2021 12:16:41 +0200 Subject: [PATCH] Added image how to retrieve user token --- docs/setup/bots.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/setup/bots.md b/docs/setup/bots.md index df90754..cbe44df 100644 --- a/docs/setup/bots.md +++ b/docs/setup/bots.md @@ -16,6 +16,8 @@ Currently the bot dashboard is still in development and not yet finished. Until 8. Click on any (api) request 9. Inside of "Request Headers" copy the value of the `authorization` header. +![Retrieve user token](https://user-images.githubusercontent.com/34555296/136654084-73c2c2a2-0a54-46f3-b10d-ff20cd64c656.jpg) + **Done**: You now can use this copied token to login with your bot libary or authorize any api request by putting it inside the authorization header. **Notice**: Currently you can but don't need to prefix the token with "`Bot `".