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 9900c04 commit f25e7a4Copy full SHA for f25e7a4
discord_slash/__init__.py
@@ -13,4 +13,4 @@
13
from .model import SlashContext
14
from .utils import manage_commands
15
16
-__version__ = "1.0.9"
+__version__ = "1.0.8.1"
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="discord-py-slash-command",
8
- version="1.0.9",
+ version="1.0.8.1",
9
author="eunwoo1104",
10
author_email="sions04@naver.com",
11
description="Simple Discord Slash Command extension for discord.py.",
0 commit comments