/me command
This commit is contained in:
parent
ee017f740c
commit
0bac9df2a1
7
main.py
7
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",
|
||||
}
|
||||
]
|
||||
|
||||
@ -373,4 +378,4 @@ async def main():
|
||||
await gateway_connect
|
||||
|
||||
|
||||
asyncio.run(main())
|
||||
asyncio.run(main())
|
Loading…
Reference in New Issue
Block a user