GENERATING HOOKS (API) FOR NOTIFICATIONS
~ Using Discord Notifications
* You can be located on any server, or create your own.

--- Getting the Discord URL of the webhook.
1) To get started, you need to click on the gear of the desired test channel (where notifications will come from the bot)
2) Go to the tab Integration, in the first column you will see the Webhooks and their number, click Create Webhook.
3) Now click Copy Webhook URL - that's it, you have to do is generate a token from the URL -> API from our discord bot.
* You can give a name to your webhook, as well as change its avatar if necessary.

--- Generating an API token from the Discord URL Webhook.
1) After copying the URL Webhook, you got something like this link: https://discord.com/api/webhooks/id_chat/DOIwUvca1Dt3Uhb6XAh...
● Log in to our discord server Adrenaline Bot | Official Discord server and find the bot in the upper right corner 2EASY
● Write to him in private messages the command /help or /menu and you will see a drop-down list of possibilities.
2) As you can see there is a command in the bot /reg <webhook @url> - we will use it.
● Send a command to the bot /reg Link of your Webhook | Example: /reg https://discord.com/api/webhooks/id_chat/DOIwUvca1Dt3Uhb6XAh...
● If you did everything correctly, you will receive the generated API token:
Copy it, and you can use it in certain scripts for notifications.



~ Using Telegram Notifications
* You can send notifications to private messages, as well as to the channel/group you created.

--- Getting a Telegram Chat ID.
1) First you need to find out bot in telegram @kj2a_bot
● Our bot has 2 commands of the same type /start и /token which give you the current Chat_ID bot.
● In the case of a telegram, Chat_ID - it is used as an API token and it does not need to be converted.

2) By sending the command /token you will receive the current Chat_ID (API token) and notifications will arrive where you received it.
● If you wrote a private message to the bot and received a Chat_ID, all notifications will be sent to you in private messages.
● If you have added a bot to your channel/group and received a Chat_ID, all notifications will be sent to this channel/group.

// Additions and changes are possible.