From a6c438e4867a48a334520336374dd6ab962a0045 Mon Sep 17 00:00:00 2001 From: Ryujin <69662328+BoyDownTown@users.noreply.github.com> Date: Thu, 20 May 2021 09:28:56 +1000 Subject: [PATCH] Update pronouns used for the bot in documentation (#5053) * Update admin.rst * Update admin.rst * Update admin.rst * Update admin.rst * Update getting_started.rst * Update admin.rst Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com> --- docs/cog_guides/admin.rst | 4 ++-- docs/getting_started.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/cog_guides/admin.rst b/docs/cog_guides/admin.rst index 60e2177c4..c5f0fe2f1 100644 --- a/docs/cog_guides/admin.rst +++ b/docs/cog_guides/admin.rst @@ -25,8 +25,8 @@ It can add or remove a role to a member, edit one or make some available for members so they can self-assign them as they wish. It also provides tools for the bot owner such as server locking (once enabled, -the bot will instantly leave new servers she joins) and announcements, which -will send something in all the servers of the bot. +the bot will instantly leave new servers it joins) and announcements, which +can send something in all the servers of the bot. .. _admin-commands: diff --git a/docs/getting_started.rst b/docs/getting_started.rst index f93f3c373..11daca5cc 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -253,9 +253,9 @@ Hosting If you are hosting Red on your personal computer, you will soon notice that if you close the window or if you shut down you computer, Red will be offline. -She needs an environment to work and respond. +It needs an environment to work and respond. -You can try to host Red somewhere she will always be online, like on a virtual +You can try to host Red somewhere it will always be online, like on a virtual private server (VPS) or on a personal server (e.g. Raspberry Pi). If you want to do it, follow these steps.