- Removed some useless function declaration on the spells methods, everything is in promises now

This commit is contained in:
Alexis
2020-05-19 21:26:43 +02:00
parent f9df6e957e
commit b0bd343018
2 changed files with 146 additions and 97 deletions

View File

@@ -1,4 +1,4 @@
// Http error w/ code
// Http error w/ http code
class HttpError extends Error {
constructor(code, message) {
super(message)