mirror of https://github.com/stijndcl/didier
Properly disable launch
parent
6568cfdcce
commit
c374fce3f3
|
@ -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'))
|
datetime.fromtimestamp(int(d) + 7200, pytz.timezone("Europe/Brussels")).strftime('%B %d %Y om %H:%M:%S'))
|
||||||
|
|
||||||
|
|
||||||
# def setup(client):
|
def setup(client):
|
||||||
|
pass
|
||||||
# client.add_cog(Launch(client))
|
# client.add_cog(Launch(client))
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
import feedparser
|
Loading…
Reference in New Issue