Update SequelizeProvider and do some other stuff

This commit is contained in:
Daniel Odendahl Jr
2017-05-08 13:20:49 +00:00
parent d11500db59
commit 7e20086b2a
7 changed files with 49 additions and 51 deletions
-2
View File
@@ -1,5 +1,3 @@
const { ShardingManager } = require('discord.js');
const Manager = new ShardingManager('./index.js', { token: process.env.TOKEN });
Manager.spawn();
process.on('unhandledRejection', console.error);