mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-20 16:00:29 +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
|
||||
|
||||
@property
|
||||
def command(self) -> Command[Any, ... , Any]:
|
||||
def command(self) -> Command[Any, ..., Any]:
|
||||
return self.__command
|
||||
|
||||
@property
|
||||
|
Loading…
x
Reference in New Issue
Block a user