mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-12-20 19:48:56 +01:00
fix(arabot): add end time to legacy unrestricts
This commit is contained in:
@@ -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(),
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user