mirror of
https://github.com/Art-Portal/April.git
synced 2025-01-13 23:13:41 +01:00
Edited line breaks
This commit is contained in:
parent
96448c4286
commit
70f30f6161
2
index.js
2
index.js
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user