mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-07 18:02:31 -05:00
Fix behavior of the menu() function calls without user param (#6324)
This commit is contained in:
@@ -249,7 +249,7 @@ class SimpleMenu(discord.ui.View):
|
||||
|
||||
The ``user`` parameter is considered `provisional <developer-guarantees-exclusions>`.
|
||||
If no issues arise, we plan on including it under developer guarantees
|
||||
in the first release made after 2024-05-18.
|
||||
in the first release made after 2024-05-24.
|
||||
|
||||
Parameters
|
||||
----------
|
||||
@@ -263,7 +263,7 @@ class SimpleMenu(discord.ui.View):
|
||||
|
||||
This parameter is `provisional <developer-guarantees-exclusions>`.
|
||||
If no issues arise, we plan on including it under developer guarantees
|
||||
in the first release made after 2024-05-18.
|
||||
in the first release made after 2024-05-24.
|
||||
ephemeral: `bool`
|
||||
Send the message ephemerally. This only works
|
||||
if the context is from a slash command interaction.
|
||||
|
||||
Reference in New Issue
Block a user