Update guild.model.js

This commit is contained in:
Isaac 2021-05-30 14:16:17 +01:00 committed by GitHub
parent 0e881b85f6
commit 5436df5c43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,6 @@ const { DataTypes } = require('sequelize');
module.exports = ({ config }, sequelize) => {
const { DB_TABLE_PREFIX } = process.env;
sequelize.define('Guild', {
blacklist: {
defaultValue: [],
type: DataTypes.JSON