wrightedu / CSE-Discord-Bot

Discord bot for the WSU CSE Discord server
GNU General Public License v3.0
2 stars 4 forks source link

`/createrolebutton` fix #317

Closed BPennie03 closed 1 month ago

BPennie03 commented 2 months ago

Description

Added check to see if the given role_name string is in the format of a role mention, and if it is, get the appropriate role from the server. This allows the ability to enter a role mention to create a role button, along with the option of just the role name as well.

Issues

Closes #293

Type of change

Select one or more of the following:

How Has This Been Tested?

Currently, the <@& and > are still stripped from the string even if its not a valid role, this can be updated later if needed, but I highly doubt anyone wants to create a role of that name lol

Checklist: