wrightedu / CSE-Discord-Bot

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

Converted custom_ids to follow standard convention #337

Closed JakeHamblin closed 1 month ago

JakeHamblin commented 1 month ago

Description

Converted the names of custom_ids to follow a new standard for listeners. Each button follows the standard of showing what view it comes from, what the button does, and then appends "_btn" to the end to denote the interaction is for a button.

Issues

Closes #335

Type of change

Select one or more of the following:

How Has This Been Tested?

No integration with the views has been set yet, so the need to test for changes is negated. All proper views are sent and the buttons have just had their custom_ids changed

Checklist: