diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-05-03 11:39:40 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-05-03 11:39:40 +0200 |
| commit | c19bbf1d1e22d094e6ecc57b2f7ef926806392c3 (patch) | |
| tree | f1445ddd2834c6da83c4bc0a616b1a329d9d99f5 | |
| parent | cef283587c771e3afd1de3eb91a7d15ba85e86f8 (diff) | |
feat(command): add config in updated in updates.json
| -rw-r--r-- | updates.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/updates.json b/updates.json index 72733fa..d8c37f8 100644 --- a/updates.json +++ b/updates.json @@ -4,7 +4,9 @@ "commands": { "added": [], "removed": [], - "updated": [] + "updated": [ + "config" + ] } } ]
\ No newline at end of file |
