pxlsspace / PxlsBot

Modular Discord bot
ISC License
4 stars 2 forks source link

Fix logger month being off by one #28

Closed netux closed 3 years ago

netux commented 3 years ago

Turns out Date.prototype.getMonth() is zero-based.