File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ from typing import Tuple, Literal
4848# ...
4949
5050description = Literal[" my description here" ]
51- @s.slash
51+ @s.slash ()
5252async def foo (ctx : SlashContext, member : Tuple[discord.Member, description]):
5353 # This command will automatically be called 'foo', and the argument member
5454 # will have the description "my description here"
Original file line number Diff line number Diff line change 88from .converters import convert
99from .decorators import slash , slash_cog
1010
11- __version__ = "1.1.0rc1 "
11+ __version__ = "1.1.0rc2 "
Original file line number Diff line number Diff line change 88 install_requires = f .readlines ()
99
1010setup (name = 'dpyslash' ,
11- version = '1.1.0rc1 ' ,
11+ version = '1.1.0rc2 ' ,
1212 description = 'Improves slash commands for Python' ,
1313 author = 'starsflower' ,
1414 url = 'https://github.com/starsflower/discordpy-slash-commands' ,
You can’t perform that action at this time.
0 commit comments