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); }, });