Properly disable launch

pull/42/head
Stijn De Clercq 2021-03-03 15:44:18 +01:00
parent 6568cfdcce
commit c374fce3f3
2 changed files with 4 additions and 2 deletions

View File

@ -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):
def setup(client):
pass
# client.add_cog(Launch(client))

View File

@ -0,0 +1 @@
import feedparser