Fix mcdonalds cog

This commit is contained in:
Nexus 2023-12-05 12:09:10 +00:00
parent 31082bb567
commit 13f8612479
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -32,7 +32,7 @@ class McDonaldsCog(commands.Cog):
"Thank you. You may now resume your activity.",
delete_after=60
)
self.targets.pop(message.author, None)
self.cooldown[message.author] = message.created_at.timestamp()
@commands.user_command(name="Commercial Break")