const Cryptr = require('cryptr'); const cryptr = new Cryptr(process.env.ENCRYPTION_KEY); module.exports = class TicketArchiver { constructor(client) { /** @type {import("client")} */ this.client = client; } async addMessage() {} };