update parsemention

This commit is contained in:
SileNce5k 2021-02-19 21:02:00 +01:00
parent 1b0ced822c
commit 88b10d0ffd
No known key found for this signature in database
GPG key ID: C507260E7F2583AD

View file

@ -29,7 +29,7 @@ module.exports = function (text, guild) {
}
});
}
return { id: id };
return id;
}