Skip to content

Commit

Permalink
Update repo.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LachlanDev committed Nov 17, 2020
1 parent 00f2ebc commit 14bad37
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions source/commands/repo.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ exports.run = (client, message, args) =>{
.formatField('Issues', i => i.issu, true)
.formatField('Created', i => i.date, false)



// Deletes the embed upon awaiting timeout
.setDeleteOnTimeout(true)
// Disable built-in navigation emojis, in this case: 🗑 (Delete Embed)
Expand All @@ -107,7 +105,6 @@ exports.run = (client, message, args) =>{
.setFooter("GitHub Stats BOT Made by PapaSnags#1555", "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png")
.setDescription(`Repositories by ${args[0]} (Sorted by created date. Max 5)`);


await FieldsEmbed.build();
message.channel.send("An Embed has been deleted due to inactivity")

Expand Down

0 comments on commit 14bad37

Please sign in to comment.