mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-18 21:24:14 +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) {
|
||||
restTitle += `Unrestricted by: ${endRestMod} | `;
|
||||
|
Loading…
x
Reference in New Issue
Block a user