From 14bad3739be771c3a8dd404a917892338f2ad4c9 Mon Sep 17 00:00:00 2001 From: PapaSnags Date: Tue, 17 Nov 2020 16:50:22 +1100 Subject: [PATCH] Update repo.js --- source/commands/repo.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/commands/repo.js b/source/commands/repo.js index 3c9fbeb..696b904 100644 --- a/source/commands/repo.js +++ b/source/commands/repo.js @@ -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) @@ -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")