From bebb524409ede8645fac0d385fde0c82edb3061d Mon Sep 17 00:00:00 2001 From: yrrad8 Date: Mon, 30 Oct 2023 11:46:12 +0200 Subject: [PATCH] Rename from alert_notifiy.py to alert_maker.py --- alert_notifiy.py => alert_maker.py | 0 cog_notificator.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename alert_notifiy.py => alert_maker.py (100%) diff --git a/alert_notifiy.py b/alert_maker.py similarity index 100% rename from alert_notifiy.py rename to alert_maker.py diff --git a/cog_notificator.py b/cog_notificator.py index 8faffef..adf370a 100644 --- a/cog_notificator.py +++ b/cog_notificator.py @@ -13,7 +13,7 @@ import db_access import errlogging from db_access import * from markdown import md -from alert_notifiy import Alert +from alert_maker import AlertEmbed load_dotenv() AUTHOR_ID = int(os.getenv('AUTHOR_ID'))