mirror of
https://github.com/Art-Portal/April.git
synced 2024-12-26 19:34:28 +01:00
Edited line breaks
This commit is contained in:
parent
96448c4286
commit
70f30f6161
4
index.js
4
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,
|
||||
@ -60,4 +60,4 @@ for (const file of eventFiles) {
|
||||
deploy_commands(client, true);//true: will refresh slash commands
|
||||
|
||||
|
||||
client.login(token);
|
||||
client.login(token);
|
Loading…
Reference in New Issue
Block a user