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:
@@ -62,7 +62,7 @@ class AccountController:
|
||||
msg = sorted(entries, key=lambda k: k[0])
|
||||
for _, mess in msg:
|
||||
out += mess
|
||||
self.bot.send_mass_message(request.sender.char_id, ChatBlob("All accounts", out))
|
||||
self.bot.send_mass_message(request.sender.char_id, ChatBlob(f"All accounts ({len(entries)})", out))
|
||||
|
||||
@command(command="points", params=[], access_level="member",
|
||||
description="View your points")
|
||||
|
||||
Reference in New Issue
Block a user