Changed the string formatter from % to f"",
Fixed a bug related to logging [log dir does not exist on master, and needs to get created on first startup] Added !prefadmin <user> to view preferences of players, and change them Orgrank & name will be hidden in !alts, if the character is not in an org Page prefix & suffix are now being relayed [for example, it affects !online Fixed !perks Added comments regarding external API's.
This commit is contained in:
@@ -57,6 +57,6 @@ class PerksController:
|
||||
if row.perk_name != current_perk:
|
||||
blob += f"\n<header2>{row.perk_name} {row.max_perk_level}</header2>\n"
|
||||
current_perk = row.perk_name
|
||||
blob += f"{row.skill} <highlight>{row.buff_amount:d}</highlight>\n"
|
||||
blob += f"{row.skill} <highlight>{row.buff_amount}</highlight>\n"
|
||||
|
||||
return ChatBlob(f"Buff Perks for {level:d} {prof}", blob)
|
||||
return ChatBlob(f"Buff Perks for {level} {prof}", blob)
|
||||
|
||||
Reference in New Issue
Block a user