Fix Capacity Command (#49)

* fix: capacity while replace if

* fix: command name in config
This commit is contained in:
Kevin Dang
2024-04-20 10:03:22 -07:00
committed by GitHub
parent 477567b05d
commit bc989580a9
2 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ export interface Configuration {
'message-stream'?: boolean,
'message-style'?: boolean,
'toggle-chat'?: boolean,
'history-capacity'?: number
'modify-capacity'?: number
}
}