Skip to content

Commit 8536b1a

Browse files
solumath1ukastesar
authored andcommitted
Daily NASA image running again
1 parent 000606b commit 8536b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/info/cog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Info(Base, commands.Cog):
2828
def __init__(self, bot: Rubbergod):
2929
super().__init__()
3030
self.bot = bot
31-
self.tasks = []
31+
self.tasks = [self.send_nasa_image.start()]
3232

3333
@cooldowns.short_cooldown
3434
@commands.slash_command(name="urban", description=MessagesCZ.urban_brief)

0 commit comments

Comments
 (0)