diff --git a/cog_notificator.py b/cog_notificator.py index 41a85f0..9485f95 100644 --- a/cog_notificator.py +++ b/cog_notificator.py @@ -596,6 +596,7 @@ class Notificator(commands.Cog): :param alerts_in_page: The number of alerts in one page :return: page as str """ + alert_history = AlertReqs().request_history_json() current_time = datetime.datetime.now()