rwf command now adds the number of guilds finished

This commit is contained in:
Lukas 2022-03-21 18:27:24 +01:00
parent bd24e53a3c
commit f38fcd8939
1 changed files with 3 additions and 1 deletions

View File

@ -211,9 +211,11 @@ def rwf(self):
if entry['totalGuilds'] > 0:
prog_done += 1
guilds_done = data['progression'][prog_done]['totalGuilds']
prog_min = prog_done
prog_max = len(data['progression'])
channelname = f"[cspacerC3]Sepulcher {prog_min}/{prog_max}"
channelname = f"[cspacerC3]Sepulcher {prog_min}/{prog_max} ({guilds_done})"
try:
self.editChannelname(205, channelname)