From 96800d82e9478801c51b53ce1b2f0902d62dfff2 Mon Sep 17 00:00:00 2001 From: tehstone Date: Wed, 1 Sep 2021 18:16:20 -0700 Subject: [PATCH] Updating pip package name --- docs/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 0e2cf44ce..443f6fd2f 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -8,7 +8,7 @@ Firstly, we will begin by installing the python library extension for discord.py .. code-block:: - pip install -U discord-py-slash-command + pip install -U discord-py-interactions Then, let's invite the bot. See discord.py's bot account create tutorial. After reading that, there is one more step before inviting your bot.