We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd1ecc commit c91d661Copy full SHA for c91d661
.gitignore
@@ -6,3 +6,4 @@ test3.py
6
docs/_build
7
slash.log
8
test
9
+__*.py
discord_slash/__init__.py
@@ -12,4 +12,4 @@
12
from .model import SlashContext
13
from .utils import manage_commands
14
15
-__version__ = "1.0.8"
+__version__ = "1.0.9"
setup.py
@@ -5,7 +5,7 @@
5
setuptools.setup(
name="discord-py-slash-command",
- version="1.0.8",
+ version="1.0.9",
author="eunwoo1104",
10
author_email="sions04@naver.com",
11
description="Simple Discord Slash Command extension for discord.py.",
0 commit comments