From 99843bcd2f362c717cc72ffa914f1edf8799aba7 Mon Sep 17 00:00:00 2001 From: swfarnsworth Date: Sat, 15 May 2021 12:56:09 -0400 Subject: Fix typo; 'be come' -> 'become' --- pydis_site/apps/content/resources/frequently-asked-questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydis_site/apps/content/resources/frequently-asked-questions.md b/pydis_site/apps/content/resources/frequently-asked-questions.md index ed797532..90e690b8 100644 --- a/pydis_site/apps/content/resources/frequently-asked-questions.md +++ b/pydis_site/apps/content/resources/frequently-asked-questions.md @@ -13,7 +13,7 @@ This FAQ is aimed at answering questions about the Python Discord community. If #### **Q: How do I get the helper role / become moderator / join staff?** -There are no applications to be come a Helper, Moderator, Admin, or other staff role. +There are no applications to become a Helper, Moderator, Admin, or other staff role. To become a Helper, which is our base staff role, people are nominated by a staff member and are later put up to a vote by Moderators, Admins, and Owners. If the candidate received enough votes unanimously, then we offer them the Helper role. This whole process takes place in channels only viewable to staff members. -- cgit v1.2.3 From 2fb15fef7e2475437af82084d1b994d1d7649f69 Mon Sep 17 00:00:00 2001 From: swfarnsworth Date: Sat, 15 May 2021 13:00:13 -0400 Subject: Replace references to Zoot with Dave, per the rebranding of that bot. --- pydis_site/apps/content/resources/frequently-asked-questions.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pydis_site/apps/content/resources/frequently-asked-questions.md b/pydis_site/apps/content/resources/frequently-asked-questions.md index 90e690b8..8b9945aa 100644 --- a/pydis_site/apps/content/resources/frequently-asked-questions.md +++ b/pydis_site/apps/content/resources/frequently-asked-questions.md @@ -55,10 +55,9 @@ There isn't a way to invite `@Python` to other servers. If you are interested in `@Python` though, you can host your own instance of it. The entire project is open source and can be found on [our github](https://github.com/python-discord/bot). -#### **Q: What is the Zoot bot?** +#### **Q: Who is the Dave bot?** -Zoot is an instance of [Metricity](https://github.com/python-discord/metricity). -It collects advanced metrics about the usage of the server. +Dave, in addition to [learning to code](https://www.youtube.com/watch?v=ZH26PuX3re0), is running an instance of [Metricity](https://github.com/python-discord/metricity), which collects advanced metrics about the usage of the server. Message content is not stored or collected. You can view what data we collect in our [data privacy policy](/pages/privacy/). -- cgit v1.2.3