Make the bot say slightly offensive things based on the amound of minutes played.
I made a function in utils.js getSligtlyOffensiveMessage: (minutes) => {} returns a string with a Sligtly Offensive Message.
I added 2 variables in the .env file
SATISFACTORY_BOT_DISPLAY_PLAYTIME=true
SATISFACTORY_BOT_DISPLAY_SLIGHTLY_OFFENSIVE_MESSAGE=false
SATISFACTORY_BOT_DISPLAY_PLAYTIME is too opt out of sending the time played in te discord message(another issue that was open)
SATISFACTORY_BOT_DISPLAY_SLIGHTLY_OFFENSIVE_MESSAGE needs to be true aswel as SATISFACTORY_BOT_DISPLAY_PLAYTIME to resive a Sligtly Offensive Message. I made this feature opt in.
Also edited the ReadMe file
Make the bot say slightly offensive things based on the amound of minutes played.
I made a function in utils.js getSligtlyOffensiveMessage: (minutes) => {} returns a string with a Sligtly Offensive Message.
I added 2 variables in the .env file
SATISFACTORY_BOT_DISPLAY_PLAYTIME=true
SATISFACTORY_BOT_DISPLAY_SLIGHTLY_OFFENSIVE_MESSAGE=false
SATISFACTORY_BOT_DISPLAY_PLAYTIME is too opt out of sending the time played in te discord message(another issue that was open)
SATISFACTORY_BOT_DISPLAY_SLIGHTLY_OFFENSIVE_MESSAGE needs to be true aswel as SATISFACTORY_BOT_DISPLAY_PLAYTIME to resive a Sligtly Offensive Message. I made this feature opt in.
Also edited the ReadMe file