kurzgesagt-in-a-nutshell / birdbot

A multipurpose bot for the kurzgesagt discord server
GNU General Public License v3.0
22 stars 5 forks source link

Feature/color role select #168

Closed arcinfini closed 1 year ago

arcinfini commented 1 year ago

Pull Request

Description

Creates a solution for the exclusive color selection

Purpose

Creates a new command called color which accepts an input of either add/remove and a role name of an exclusive color to add. This command only provides autocompleted options for those the member has access to add.

This PR also adds a listener on member update to check if the member no longer has access to the role that unlocked the exclusive color. If this is the case then the exclusive color is removed.

closes #149

Checklist

Additional Context

Reviewer Notes