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