mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-22 00:13:01 +00:00
Reformat entire project with ruff instead of black
This commit is contained in:
@@ -92,6 +92,7 @@ async def joined(interaction: discord.Interaction, member: Optional[discord.Memb
|
||||
# accessing a menu within the client, usually via right clicking.
|
||||
# It always takes an interaction as its first parameter and a Member or Message as its second parameter.
|
||||
|
||||
|
||||
# This context menu command only works on members
|
||||
@client.tree.context_menu(name='Show Join Date')
|
||||
async def show_join_date(interaction: discord.Interaction, member: discord.Member):
|
||||
|
Reference in New Issue
Block a user