mr1upmachine / rusty-bot

A discord bot for idiots
MIT License
5 stars 6 forks source link

Fix windows file issues #146

Closed mr1upmachine closed 1 year ago

mr1upmachine commented 1 year ago

Commits

remove unused/broken commands

They might return later but they definitely don't work now so no need to have them.

add cross platform support to command & event parser

The command & event parser was not resolving correctly on Windows and causing all sorts of issues. By leaning into some of the Node.js features we can increase compatibility between the different ways files are resolved.

update package.json engines to latest

4.10.1


Adding the version bump in this PR as well