Skip to content
Snippets Groups Projects
Commit 5303a49f authored by Dnns's avatar Dnns
Browse files

Added color roles

parent 0a6e7b97
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,18 @@ def get_key(role): ...@@ -38,6 +38,18 @@ def get_key(role):
return "MM" return "MM"
elif role.name == "M.Sc. Wirtschaftsinformatik": elif role.name == "M.Sc. Wirtschaftsinformatik":
return "MWI" return "MWI"
elif role.name == "Pink":
return "PNK"
elif role.name == "Türkis":
return "TKS"
elif role.name == "Orange":
return "ONG"
elif role.name == "Lila":
return "LLA"
elif role.name == "Grün":
return "GRN"
elif role.name == "Blau":
return "BLU"
# Get all roles that are available at the guild. # Get all roles that are available at the guild.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment