Progress on message archiving

This commit is contained in:
Isaac
2022-09-30 17:09:35 +01:00
parent 9682fcf22b
commit 460138fb73
7 changed files with 416 additions and 129 deletions

View File

@@ -18,7 +18,6 @@ module.exports = class CreateMessageCommand extends MessageCommand {
* @param {import("discord.js").MessageContextMenuCommandInteraction} interaction
*/
async run(interaction) {
// TODO: archive message
await useGuild(this.client, interaction, { referencesMessage: interaction.targetMessage.channelId + '/' + interaction.targetId });
}
};