Botch v0.9.10-BETA
Improved
/roll
: When using Willpower, the dice readout will have “+ WP” at the end (WoD only).
Fixed
- An error message wasn’t displayed when using
/traits assign
and/traits remove
with incorrect syntax. /character adjust
wouldn’t update the display after using the character selector menu.- An empty error message would display if the user allowed a character select menu to expire.
Misc
Converted the character cache to a TTL cache. This cache reduces lookups on the database, which provides speedups. The original implementation retained the cache indefinitely, which was good for speed but caused hosting costs to balloon. With this change, hosting costs are cut by ~75%! This will result in more database lookups, but in testing, the difference in speed is negligible unless you're looking for it.
The TTL is set for 1 hour, with a maximum of 100 users' characters held at a time.