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'))