Skip to content

Commit d14d549

Browse files
committed
docs: Documentation only changes
1 parent 78a36eb commit d14d549

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ from typing import Tuple, Literal
4848
# ...
4949

5050
description = Literal["my description here"]
51-
@s.slash
51+
@s.slash()
5252
async 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"

pyslash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
from .converters import convert
99
from .decorators import slash, slash_cog
1010

11-
__version__ = "1.1.0rc1"
11+
__version__ = "1.1.0rc2"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
install_requires = f.readlines()
99

1010
setup(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',

0 commit comments

Comments
 (0)