From c374fce3f3245b2aa2588ffc38202c48bff95049 Mon Sep 17 00:00:00 2001 From: Stijn De Clercq Date: Wed, 3 Mar 2021 15:44:18 +0100 Subject: [PATCH] Properly disable launch --- cogs/launch.py | 5 +++-- functions/ufora_notifications.py | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 functions/ufora_notifications.py diff --git a/cogs/launch.py b/cogs/launch.py index 4950695..14568c7 100644 --- a/cogs/launch.py +++ b/cogs/launch.py @@ -51,5 +51,6 @@ class Launch(commands.Cog): datetime.fromtimestamp(int(d) + 7200, pytz.timezone("Europe/Brussels")).strftime('%B %d %Y om %H:%M:%S')) -# def setup(client): -# client.add_cog(Launch(client)) +def setup(client): + pass + # client.add_cog(Launch(client)) diff --git a/functions/ufora_notifications.py b/functions/ufora_notifications.py new file mode 100644 index 0000000..464c436 --- /dev/null +++ b/functions/ufora_notifications.py @@ -0,0 +1 @@ +import feedparser \ No newline at end of file