From 232273086a95538515db67385fbcf994b42a1bd8 Mon Sep 17 00:00:00 2001 From: Guams Date: Mon, 24 Mar 2025 19:36:49 +0100 Subject: [PATCH] /me command --- main.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/main.py b/main.py index f061082..e14c577 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", } ] @@ -374,3 +379,4 @@ async def main(): asyncio.run(main()) +