Added Steam Card Command

This commit is contained in:
dragonfire535
2017-03-12 18:45:15 -04:00
parent e287e788d3
commit a182d70ba7
5 changed files with 62 additions and 3 deletions
+3 -3
View File
@@ -190,8 +190,8 @@ client.once('ready', () => {
client.user.setGame(";help | dragonfire535");
});
process.on('unhandledRejection', function(reason, p){
console.log("A Possibly Unhandled Rejection has Occurred.");
});
//process.on('unhandledRejection', function(reason, p){
// console.log("A Possibly Unhandled Rejection has Occurred.");
//});
client.login(config.token);