mirror of
https://github.com/ION606/selmerBot.git
synced 2026-06-06 07:12:58 +00:00
Balance is broken but I added page functionality to the shop display. I also added the shop display
This commit is contained in:
@@ -12,6 +12,10 @@ module.exports = (sequelize, DataTypes) => {
|
||||
type: DataTypes.STRING,
|
||||
unique: true,
|
||||
},
|
||||
sect: {
|
||||
type: DataTypes.STRING,
|
||||
allowNull: true,
|
||||
},
|
||||
}, {
|
||||
timestamps: false,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user