diff options
| author | William Hergès <william@herges.fr> | 2025-07-30 21:57:05 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-07-30 21:57:05 +0200 |
| commit | b4408674c901d03da72f9471cf1a19762f03b03a (patch) | |
| tree | 13280bf0f81751093e8db14fc3060bcaa80e1a7a /updates.json | |
| parent | 977c818328c1c14880029510c6b3742a12858dcb (diff) | |
refactor(command): use message component to edit config
Diffstat (limited to 'updates.json')
| -rw-r--r-- | updates.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/updates.json b/updates.json index d0d863c..debf5a5 100644 --- a/updates.json +++ b/updates.json @@ -28,5 +28,15 @@ "ping" ] } + }, + { + "version": "3.2.0", + "commands": { + "added": [], + "removed": [], + "updated": [ + "config" + ] + } } ] |
