feat: SetWebhookUtil
component
#517
Labels
chore
Modifies or is related to tooling, configuration, or setup.
hacktoberfest
Good issue for hacktoberfest contributors :)
help wanted
Extra attention is needed
It would be awesome to have a tiny utility component which can be included in all the hosting guides which require a webhook to be set. While it is not hard for many users to correctly set the webhook URL using
curl
or other tools, some beginners struggle with understanding which URL to fetch.It would be nice to have a small interactive component on the website which lets users paste their token and URL and then it will set the webhook for them. It could also get some neat information to validate the info:
getMe
with the token to confirm the bot nameURL
constructor to validate the URLgetWebhookInfo
so that there is an easy way to confirm that things are working correctlyThe text was updated successfully, but these errors were encountered: