From cffe6467962840a249a076bef224fabac6d1d752 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Thu, 9 Dec 2021 21:41:05 -0500 Subject: [PATCH] shit --- src/commands/apply.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/apply.ts b/src/commands/apply.ts index 3f48655..8452da6 100644 --- a/src/commands/apply.ts +++ b/src/commands/apply.ts @@ -97,7 +97,7 @@ export default class Apply extends Command { } await this.client.db.Member.updateOne({ userID: dmember.id }, { $set: { misc: { t3TemporaryExpiration: { processed: false, date: new Date(Date.now() + 129600000), previousTier: csAccount.tier } } } }); - await CloudServicesUtil.upgradeT2(dmember.id, this.client.config.internalKey); + await CloudServicesUtil.setTier(dmember.id, 3, this.client.config.internalKey); }, });