From b4408674c901d03da72f9471cf1a19762f03b03a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Wed, 30 Jul 2025 21:57:05 +0200 Subject: refactor(command): use message component to edit config --- updates.json | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'updates.json') 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" + ] + } } ] -- cgit v1.2.3 From e00f05d7c636f9a1b7a10930402cfeb9331f6631 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 21 Aug 2025 15:41:40 +0200 Subject: feat(command): fetch stats --- updates.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'updates.json') diff --git a/updates.json b/updates.json index debf5a5..452a306 100644 --- a/updates.json +++ b/updates.json @@ -32,7 +32,9 @@ { "version": "3.2.0", "commands": { - "added": [], + "added": [ + "stats" + ], "removed": [], "updated": [ "config" -- cgit v1.2.3