mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 10:22:59 +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
|
||||
|
||||
@property
|
||||
def command(self) -> Command[Any, ... , Any]:
|
||||
def command(self) -> Command[Any, ..., Any]:
|
||||
return self.__command
|
||||
|
||||
@property
|
||||
|
Reference in New Issue
Block a user