Skip to content

Commit 9bc77cd

Browse files
authored
Merge pull request #120 from boehs/patch-1
Update gettingstarted.rst
2 parents c386b6f + b04cb34 commit 9bc77cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/gettingstarted.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Now, we can finally visualize this by coding an example of this being used in th
150150

151151
.. code-block:: python
152152
153-
from discord_slash.manage_commands import create_option
153+
from discord_slash.utils.manage_commands import create_option
154154
155155
@slash.slash(name="test",
156156
description="This is just a test command, nothing more.",
@@ -210,7 +210,7 @@ a string or integer. Below is an implementation of this design in the Python cod
210210

211211
.. code-block:: python
212212
213-
from discord_slash.manage_commands import create_option, create_choice
213+
from discord_slash.utils.manage_commands import create_option, create_choice
214214
215215
@slash.slash(name="test",
216216
description="This is just a test command, nothing more.",

0 commit comments

Comments
 (0)