()
| 115 | |
| 116 | name = "save"; |
| 117 | description = help_text; |
| 118 | |
| 119 | private tempDir = createDirectoryInTemp("prometheus"); |
| 120 | private db: any = null; |
| 121 | private lastEditText: Map<string, string> = new Map(); |
| 122 | private chatDisplayNameCache: Map<string, string> = new Map(); |