Update: WillieTimer; Proper disposal of variable during each loop

This commit is contained in:
Logan Cusano
2021-12-30 00:16:52 -05:00
parent 51b7768854
commit 1e674ee75b

View File

@@ -44,6 +44,8 @@ class WillieTimer(commands.Cog):
print(f"It's {datetime.datetime.now().strftime('%H:%M:%S')}!")
await self.channel.send(output_string['warm up'])
del output_string
@commands.command(help="Use this command to start the background task to wait for 4:20",
brief="Starts the 4:20 clock")
async def start420(self, ctx, *, member: discord.Member = None):