From ee7ab9b172e9c1a88d10e705cc75ced3de3140d0 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sun, 8 Nov 2020 07:30:10 -0500 Subject: [PATCH] fixes --- src/commands/apply.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/commands/apply.ts b/src/commands/apply.ts index 4b37758..9ecf2ae 100644 --- a/src/commands/apply.ts +++ b/src/commands/apply.ts @@ -63,6 +63,9 @@ export default class Apply extends Command { duration: 'once', max_redemptions: 1, name: 'Tier 3 - EDS Discount', + metadata: { + userID: member.user.id, + }, }); const promo = await client.stripe.promotionCodes.create({ coupon: coupon.id,