diff --git a/cog_notificator.py b/cog_notificator.py index df2d9ad..41a85f0 100644 --- a/cog_notificator.py +++ b/cog_notificator.py @@ -596,7 +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() + alert_history = AlertReqs().request_history_json() current_time = datetime.datetime.now() time_back = datetime.timedelta(seconds=time_back_amount)