Test for Devs

This commit is contained in:
Daniel Odendahl Jr
2017-04-02 00:01:40 +00:00
parent ae3d5745b6
commit 2e5fb60e11
+2
View File
@@ -4,3 +4,5 @@ const Manager = new Discord.ShardingManager('./index.js', {
token: config.token
});
Manager.spawn();
process.on('unhandledRejection', console.error);