CSSUoB / CSSUoB/TeX-Bot-Py-V2

Implement safe auto News role adding

Abierto
#552 4 comentarios 0 reacciones 0 asignados Ver en GitHub
suspended
Lenguaje dominante
Python
Estrellas
1
Forks
11
Merge medio
20 h 7 min
PR fusionados (30 d)
2

Descripción

Currently, Dyno gives all users the `@News` role at join, which unfortunately bypasses the required verification level on the server.

This should be disabled and a new feature created on TeX-Bot so that only users that meet the value verification level are given the role.

To do this, the member update event should be monitored and if `pending` has become false, give the user the news role.

https://docs.pycord.dev/en/stable/api/events.html#discord.on_member_update

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

Start by locating the existing join-time assignment of the @News role and the member update event handler. Read the linked Pycord on_member_update documentation, then verify the change by checking that the role is assigned only when pending becomes false and the existing automatic assignment is disabled.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
python
Área
backend
Tipo de issue
Nueva funcionalidad
Dificultad
3/5
Tiempo estimado
1-2 días
Estado de actividad
Estancado
Claridad
Bastante claro
Aptitud para principiantes
35/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.