From 2b56d6deb441b21fed2a46a2692d7d0752e16685 Mon Sep 17 00:00:00 2001 From: Guams Date: Mon, 24 Mar 2025 19:36:49 +0100 Subject: [PATCH] /me command --- main.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/main.py b/main.py index f061082..8f2beee 100644 --- a/main.py +++ b/main.py @@ -51,6 +51,11 @@ async def create_command(): "type": 3 } ] + }, + { # à améliorer en /profil <@user_id> + "name": "me", + "type": 1, + "description": "Afficher des informations sur vous", } ]