zeusops / operationbot

A bot for handling events on the Zeusops discord server
GNU General Public License v3.0
7 stars 4 forks source link

Rename displayName and get role name using a method #47

Closed MaxKosi closed 3 years ago

MaxKosi commented 3 years ago

Please check for any issues with the renaming of the displayName to show_name

closes #46

Gehock commented 3 years ago

Looks good so far, I'll check the functionality later today when I have more time

Gehock commented 3 years ago

Cleaned up the commit history a bit and made Role.display_name a property instead of a function (basically it's a function that looks like a class attribute -> doesn't take parameters and doesn't need parentheses when called)