Fix and improve broken and bad code.

Improve command handler, fixed message logging, fixes potential prefix problem, other small changes
This commit is contained in:
Isaac
2021-04-01 19:33:53 +01:00
parent 3def7e290d
commit 2e9217f30d
10 changed files with 78 additions and 76 deletions

View File

@@ -199,7 +199,7 @@ module.exports = async (log) => {
type: DataTypes.BOOLEAN,
defaultValue: false,
},
updates: {
data: {
type: DataTypes.JSON
},
}, {