Skip to content

Commit a417eba

Browse files
committed
Edited docs
1 parent acf523d commit a417eba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

discord_slash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
from .model import SlashContext
1313
from .utils import manage_commands
1414

15-
__version__ = "1.0.3"
15+
__version__ = "1.0.4"

discord_slash/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ async def _pick(ctx, choice1, choice2): # Command with 1 or more args.
165165
:param description: Description of the slash command. Default ``None``.
166166
:param auto_convert: Dictionary of how to convert option values. Default ``None``.
167167
:param guild_id: Deprecated. Use ``guild_ids`` instead.
168-
:param guild_ids: Guild ID of where the command will be used. Default ``None``, which will be global command.
168+
:param guild_ids: List of Guild ID of where the command will be used. Default ``None``, which will be global command.
169169
:param options: Options of the slash command. This will affect ``auto_convert`` and command data at Discord API. Default ``None``.
170170
"""
171171

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="discord-py-slash-command",
8-
version="1.0.3",
8+
version="1.0.4",
99
author="eunwoo1104",
1010
author_email="sions04@naver.com",
1111
description="Simple Discord Slash Command extension for discord.py.",

0 commit comments

Comments
 (0)