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