Cog-Creators / Red-DiscordBot

A multi-function Discord bot
https://docs.discord.red
GNU General Public License v3.0
4.69k stars 2.3k forks source link

Issue #6274 added the break for once the valid time duration is found #6307

Closed prathamdby closed 5 months ago

prathamdby commented 5 months ago

Implemented the fix as suggested in https://github.com/Cog-Creators/Red-DiscordBot/issues/6274#issuecomment-1837224077.

Description of the changes

This pull request addresses Issue #6274 by incorporating the suggested fix from the discussion in the provided GitHub issue comment. The fix involves adding a break statement to halt the iteration once a valid time duration is found. This enhancement optimizes the time duration validation process within the specified functionality, improving efficiency and accuracy.

Have the changes in this PR been tested?

No