mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-23 11:26:51 +00:00
Fix formatting issue in app_commands
This commit is contained in:
parent
11278d55e8
commit
a36d6daec7
@ -501,7 +501,7 @@ class Parameter:
|
|||||||
self.__command: Command[Any, ..., Any] = command
|
self.__command: Command[Any, ..., Any] = command
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def command(self) -> Command[Any, ... , Any]:
|
def command(self) -> Command[Any, ..., Any]:
|
||||||
return self.__command
|
return self.__command
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
x
Reference in New Issue
Block a user