issues
search
fribyte-code
/
friBot
Source code for the friBot on Mattermost 🤖
GNU General Public License v3.0
1
stars
0
forks
source link
refactor: Use DotEnv instead of plaintext-file
#2
Closed
timharek
closed
10 months ago
timharek
commented
10 months ago
Simplifies instructions.
Uses
dotenv
instead of plaintext-file for secrets.
Fixed error in cron-string.
Simplified cron-string to a template literal.
Move
config.json
to
config.ts
for better type-safety.
config.json
toconfig.ts
for better type-safety.