Working on fixing the grammar / incorrect punctuation in bot messages. First step is defining a function that creates X, Y or Z and X, Y and Z strings instead of X, Y, Z. Implemented and added in a handful of places. If accepted, further PRs will add function in more places, and generalise to deal with other grammar errors.
Changes:
Define new util function joinStrings to better combine strings in bot messages.
Updated some files (namely colosseum, diary, CAs and music cape reqs) as examples.
Description:
Working on fixing the grammar / incorrect punctuation in bot messages. First step is defining a function that creates
X, Y or Z
andX, Y and Z
strings instead ofX, Y, Z
. Implemented and added in a handful of places. If accepted, further PRs will add function in more places, and generalise to deal with other grammar errors.Changes:
joinStrings
to better combine strings in bot messages.Other checks: