Discord-InterChat / InterChat

A powerful Discord bot for easy and real-time chatting across multiple Discord servers.
https://interchat.fun
GNU Affero General Public License v3.0
18 stars 3 forks source link

refactor: replace parse-duration with ms #158

Closed dev-737 closed 1 month ago

dev-737 commented 1 month ago

The changes replace the parse-duration library with ms for parsing duration strings in the blacklist handler and related commands. This simplifies the code and provides a more consistent way of handling duration inputs.

The main changes include:

These changes improve the overall consistency and maintainability of the codebase.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud