Aquí está mi código:
Censor.init({ // Model attributes are defined here guildId: { type: DataTypes.BIGINT, allowNull: false, unique: true }, censored: { type: DataTypes.ARRAY(DataTypes.STRING), } }, { // Other model options go here sequelize, // We need to pass the connection instance modelName: 'Censor' // We need to choose the model name });¿Cómo agrego elementos a esa matriz? El método de actualización sobrescribe la matriz