mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Include --no-cogs flag in Updating Red document (#6123)
This commit is contained in:
parent
b52f7ede46
commit
d7455ff568
@ -110,16 +110,17 @@ If you have a Red version between 3.2.0 and 3.4.19, you can upgrade by following
|
||||
If you're using PostgreSQL data backend, replace ``Red-DiscordBot`` in the second command with ``Red-DiscordBot[postgres]``
|
||||
#. If you're using **any** 3rd-party cogs:
|
||||
|
||||
#. Start your bot with ``--load-cogs downloader`` flag, for example:
|
||||
#. Start your bot with ``--no-cogs --load-cogs downloader`` flags, for example:
|
||||
|
||||
.. prompt:: batch
|
||||
|
||||
:prompts: (redenv) C:\\>
|
||||
|
||||
redbot <your instance name> --load-cogs downloader
|
||||
redbot <your instance name> --no-cogs --load-cogs downloader
|
||||
|
||||
#. Wait for the bot to start.
|
||||
#. Run the ``[p]cog update`` command on Discord and wait for it to finish.
|
||||
#. Run the ``[p]cog update`` command on Discord.
|
||||
#. Wait for the bot to stop typing and send a response. This step may take a while.
|
||||
#. Shutdown the bot with the ``[p]shutdown`` command.
|
||||
#. Start your bot as you normally do.
|
||||
|
||||
@ -154,15 +155,16 @@ If you have a Red version between 3.2.0 and 3.4.19, you can upgrade by following
|
||||
If you're using PostgreSQL data backend, replace ``Red-DiscordBot`` in the second command with ``Red-DiscordBot[postgres]``
|
||||
#. **If you're using any 3rd-party cogs:**
|
||||
|
||||
#. Start your bot with ``--load-cogs downloader`` flag, for example:
|
||||
#. Start your bot with ``--no-cogs --load-cogs downloader`` flags, for example:
|
||||
|
||||
.. prompt:: bash
|
||||
:prompts: (redenv) $
|
||||
|
||||
redbot <your instance name> --load-cogs downloader
|
||||
redbot <your instance name> --no-cogs --load-cogs downloader
|
||||
|
||||
#. Wait for the bot to start.
|
||||
#. Run the ``[p]cog update`` command on Discord and wait for it to finish.
|
||||
#. Run the ``[p]cog update`` command on Discord.
|
||||
#. Wait for the bot to stop typing and send a response. This step may take a while.
|
||||
#. Shutdown the bot with the ``[p]shutdown`` command.
|
||||
#. Start your bot as you normally do.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user