rwf command now adds the number of guilds finished
This commit is contained in:
parent
bd24e53a3c
commit
f38fcd8939
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue