diff options
| author | Alee <alee14498@gmail.com> | 2018-04-20 22:19:03 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-04-20 22:19:03 -0400 |
| commit | 27a48326e09a9e9c6282942ffeb8fc6070565c61 (patch) | |
| tree | b7f5116a5fee7bccb3d57cd47b2f2211f9b9debd | |
| parent | f0e7733b0e6e7ca9c98dabc8d46c1b3fbae3a327 (diff) | |
| download | AleeBot-27a48326e09a9e9c6282942ffeb8fc6070565c61.tar.gz AleeBot-27a48326e09a9e9c6282942ffeb8fc6070565c61.tar.bz2 AleeBot-27a48326e09a9e9c6282942ffeb8fc6070565c61.zip | |
Doing some clean ups
| -rw-r--r-- | commands/git.js | 2 |
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)
})
};
|
