mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-08 10:53:10 +00:00
Fix formatting issue in app_commands
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user