mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Properly disable launch
This commit is contained in:
parent
6568cfdcce
commit
c374fce3f3
2 changed files with 4 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
1
functions/ufora_notifications.py
Normal file
1
functions/ufora_notifications.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
import feedparser
|
||||
Loading…
Add table
Add a link
Reference in a new issue