diff --git a/src/commands/base.ts b/src/commands/base.ts index 0a53f5d..13c391d 100644 --- a/src/commands/base.ts +++ b/src/commands/base.ts @@ -320,6 +320,8 @@ export abstract class AbstractCharacterStatusCommand extends SlashCommand { topCoordinates[i] = top; totalHeight[polarity] = top + height; } + console.log(`Left height: ${totalHeight[0]} / Right height: ${totalHeight[1]}`) + console.log(`Left width: ${maxWidth[0]} / Right width: ${maxWidth[1]}`) const result = Sharp({ create: { background: '#00000000',