# Functions
InitNotifications creates the right object that will send notifications.
SendNotification sends a notification to the admin This function is meant to be run asynchronously (`go SendNotification(...)`), so it doesn't return any error Instead, errors are printed on the console.
# Structs
NotificationWebhook is the class that sends notifications to a webhook.