aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-04-20 22:19:03 -0400
committerAlee <alee14498@gmail.com>2018-04-20 22:19:03 -0400
commit27a48326e09a9e9c6282942ffeb8fc6070565c61 (patch)
treeb7f5116a5fee7bccb3d57cd47b2f2211f9b9debd /commands
parentf0e7733b0e6e7ca9c98dabc8d46c1b3fbae3a327 (diff)
downloadAleeBot-27a48326e09a9e9c6282942ffeb8fc6070565c61.tar.gz
AleeBot-27a48326e09a9e9c6282942ffeb8fc6070565c61.tar.bz2
AleeBot-27a48326e09a9e9c6282942ffeb8fc6070565c61.zip
Doing some clean ups
Diffstat (limited to 'commands')
-rw-r--r--commands/git.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/commands/git.js b/commands/git.js
index 48cf070..076ae75 100644
--- a/commands/git.js
+++ b/commands/git.js
@@ -27,8 +27,6 @@ module.exports.run = async (client, message) => {
.addField('**Last Commit:**', commit.subject)
.setColor('#1fd619')
message.channel.send({ embed });
- console.log(commit)
- console.log(err)
})
};