Now can set webhook to send message to discord channel. Example code:
python
from notifier import notify
notify(webhook_url='link')
def test():
return 'Hello World'
test()
Example of execution without error:

Example of execution with error:
