feature: bulk emote dl

This commit is contained in:
skkeye
2023-11-05 20:28:44 -05:00
parent ecb0d624ab
commit e2f587994c
5 changed files with 79 additions and 3 deletions

View File

@@ -22,7 +22,6 @@ module.exports = {
interaction.followUp(emoteList);
}
interaction.followUp("Total emotes: " + emojis.size + "\n");
})
.catch(console.error);
}).catch(console.error);
},
};