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