mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-18 23:45:24 +02:00
fix(arabot): incremented i in for loop for restriction number to start at 1
This commit is contained in:
parent
dbd25b796b
commit
ced9851574
@ -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) {
|
if (endRestMod !== null) {
|
||||||
restTitle += `Unrestricted by: ${endRestMod} | `;
|
restTitle += `Unrestricted by: ${endRestMod} | `;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user