K9
K9 copied to clipboard
Allow authentication to be supplied via file path rather than on the command line
The discord token is on the command line, bare. This could be considered a security risk and is generally incompatible with things like docker secrets (without hacks).
Allow passing a file containing the secret instead, for much securityness..