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 8a5aa3b commit 782b7a9Copy full SHA for 782b7a9
discord_slash/__init__.py
@@ -13,4 +13,4 @@
13
from .context import SlashContext
14
from .utils import manage_commands
15
16
-__version__ = "1.0.9.2"
+__version__ = "1.0.9.3"
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="discord-py-slash-command",
8
- version="1.0.9.2",
+ version="1.0.9.3",
9
author="eunwoo1104",
10
author_email="sions04@naver.com",
11
description="A simple discord slash command handler for discord.py.",
0 commit comments