diff --git a/src/utils/database/restriction.ts b/src/utils/database/restriction.ts index f97d594..b50aeea 100644 --- a/src/utils/database/restriction.ts +++ b/src/utils/database/restriction.ts @@ -132,6 +132,7 @@ export async function unRestrictLegacy(userId: Snowflake, modId: Snowflake, sect }, reason: 'This user was restricted with the old bot. Restrict reason, time and mod unknown, check old bot logs.', section, + endTime: new Date(), }, }); }