mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-12-21 03:58:05 +01:00
fix(arabot): incremented i in for loop for restriction number to start at 1
This commit is contained in:
@@ -218,7 +218,7 @@ export class RestrictLogsCommand extends Command {
|
||||
}
|
||||
}
|
||||
|
||||
let restTitle = `Restriction: ${i} | Restricted by: ${restMod} | `;
|
||||
let restTitle = `Restriction: ${i + 1} | Restricted by: ${restMod} | `;
|
||||
|
||||
if (endRestMod !== null) {
|
||||
restTitle += `Unrestricted by: ${endRestMod} | `;
|
||||
|
||||
Reference in New Issue
Block a user