|
|
@ -264,7 +264,6 @@ export abstract class AbstractCharacterStatusCommand extends SlashCommand { |
|
|
|
} |
|
|
|
} |
|
|
|
const deltas = await Promise.all( |
|
|
|
const deltas = await Promise.all( |
|
|
|
Array.from(new Set(statuses)) |
|
|
|
Array.from(new Set(statuses)) |
|
|
|
.filter((s) => loadedCharacters.includes(s)) |
|
|
|
|
|
|
|
.slice(0, 10) |
|
|
|
.slice(0, 10) |
|
|
|
.map((s) => characterDataDelta(s, this.dataDir)) |
|
|
|
.map((s) => characterDataDelta(s, this.dataDir)) |
|
|
|
); |
|
|
|
); |
|
|
|