Skip to content

Conversation

Nydauron
Copy link
Member

@Nydauron Nydauron commented Sep 13, 2025

Description

Removes /confirm and adds a cleanup command /cleanup unconfirmed to kick unconfirmed users (i.e. users without the Member role). This is to remove the obsolete manual confirmation system the server has had since its inception in 2020.

Why kick Unconfirmed members?

While users can go to "Channels & Roles," they will still have the Unconfirmed role if they do not leave the server. An easy way would be to delete the Unconfirmed role (fixed via baed1b2)

They can take the initiative to do it themselves. Otherwise, kicking them and having them rejoin forces them into the onboarding pipeline, and if they don't end up rejoining, oh well, they were dead weight anyway to the member count.

How to communicate this to users?

Make #welcome read-only and clear all messages. Replace the top message with an @everyone announcement that includes instructions to either go to "Channels & Roles" or rejoin the server to complete the onboarding survey.

This announcement should be sent to #welcome to @everyone on 2025-09-01. We can set a hard deadline of 2025-09-15 before we kick and remove channel access on 2025-09-16 PDT.

Checks

  • I ran black over the code to ensure formatting.
  • I added docstrings to any new modules, classes, and methods.
  • I updated the docstrings of any updated modules, classes, and methods.
  • I added/updated Python typings for any new/updated class and module.
  • I updated the bot version (if necessary).
  • I ran mypy and reviewed any shown errors related to my changes.

Important Info

  • This pull request adds new pip dependencies.
  • This pull request adds new external dependencies.
  • This pull request changes the required versions of some dependencies.

Issues Closed

My pull request closes the following issues:
N/A

Thank You

Thank you for your contribution to Scioly.org! This pull request will be reviewed
in a promptly manner. If not done, please feel free to contact @cbrxyz.

Keeps consistency in formatting with other notices that Pi-Bot sends to
the user.
@Nydauron Nydauron force-pushed the chore/remove-confirmation branch from 82d1847 to de4aabd Compare September 13, 2025 09:38
Copy link
Member Author

@Nydauron Nydauron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Nydauron Nydauron merged commit 2325b26 into master Sep 13, 2025
2 checks passed
@Nydauron Nydauron deleted the chore/remove-confirmation branch September 13, 2025 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant