forwards-long-jump / discotron

Modular Discord bot supporting plugins hosted on git repositories
MIT License
3 stars 5 forks source link

Fix #15 - relative paths without __dirname #19

Closed RedMser closed 5 years ago

RedMser commented 5 years ago

Fix #15

require never should use __dirname, so it was removed there.

Not sure about the other uses, need feedback on these proposals:

RedMser commented 5 years ago

Reverted the non-require related changes, which should be tackled in #20 instead.