fix(arabot): add end time to legacy unrestricts

This commit is contained in:
smyalygames 2023-02-21 23:07:17 +00:00
parent 7a1cf06715
commit 1067572441

View File

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