Edited line breaks

This commit is contained in:
ninjdai1 2022-11-09 15:13:03 +01:00
parent 96448c4286
commit 70f30f6161

View File

@ -13,7 +13,6 @@ const client = new Client({
]
});
const sequelize = new Sequelize('database', 'user', 'password', {
host: 'localhost',
dialect: 'sqlite',
@ -39,6 +38,7 @@ const modlog = sequelize.define('sanctions', {
timestamp: Sequelize.STRING,
moderatorid: Sequelize.STRING
});
client.database = {
sequelize: sequelize,
modlog: modlog,