Basic User and Guild registration
This commit is contained in:
@@ -14,9 +14,9 @@ module.exports = (sequelize, DataTypes) => {
|
||||
}
|
||||
}
|
||||
Guild.init({
|
||||
gid: DataTypes.STRING,
|
||||
adminRole: DataTypes.STRING,
|
||||
owderId: DataTypes.STRING
|
||||
guildID: DataTypes.STRING,
|
||||
adminRoleID: DataTypes.STRING,
|
||||
owderID: DataTypes.STRING
|
||||
}, {
|
||||
sequelize,
|
||||
modelName: 'Guild',
|
||||
|
||||
Reference in New Issue
Block a user