Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Commit

Permalink
done, hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
matievisthekat committed Jul 2, 2020
1 parent d5aaac2 commit 0c345d7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/structures/managers/API.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ module.exports = class APIManager {
.fetch(client.config.channels.releases)
.catch((err) => client.logger.error(err.message));

console.log(releaseChannel);
if (releaseChannel) {
const tag = data.tag_name;
const name = data.name;
Expand All @@ -315,12 +314,12 @@ module.exports = class APIManager {
.setDescription(description)
.addFields([
{
title: "Created",
name: "Created",
value: created || "N/A",
inline: true
},
{
title: "Published",
name: "Published",
value: published || "N/A",
inline: true
}
Expand Down

0 comments on commit 0c345d7

Please sign in to comment.