notsniped / discord-snipe-bot

A simple message content sniping Discord bot which you can run yourself!
GNU General Public License v3.0
7 stars 5 forks source link

Switch all log file paths from OS specific to POSIX #26

Closed notsniped closed 7 months ago

notsniped commented 7 months ago

This change helps simplify the code and increase optimizations, and remove the need for fetching os.name.

This also makes log path generation easier for the client.

:)