issues
search
06000208
/
sandplate
An opinionated discord.js bot template
The Unlicense
2
stars
0
forks
source link
Handler improvements & Response class
#10
Closed
06000208
closed
4 years ago
06000208
commented
4 years ago
Stop using
fs-extra
to check paths
Improve handling of paths in general
Take advantage of require.resolve() when applicable instead of
path.join()
and
__dirname
solutions
New
Response
class returned by functions to provide their caller with info about their result and aid with control flow
fs-extra
to check pathspath.join()
and__dirname
solutionsResponse
class returned by functions to provide their caller with info about their result and aid with control flow