fix(arabot): add end time to legacy unrestricts

This commit is contained in:
smyalygames 2023-02-21 23:07:17 +00:00
parent cfc29fc384
commit 039b84c6b5

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