Skip to content

v5.12.0

Compare
Choose a tag to compare
@idinium96 idinium96 released this 02 May 03:14
· 29 commits to master since this release
bb264ec

Changes

  • 🔨 Added STEAM_API_KEY into the template.env and template.ecosystem.json files. (#1746) - @Hhanuska and @idinium96
    • Your bot can still run even without this value.
    • Please add this by yourself. If this is empty, the bot will use accessToken (this might be temporary).
    • If you want the bot to use the API key and you use PM2, please make sure to properly reload the changes made. Read: wiki: PM2

Fixes

  • 🔨 Handle fake redirects from steam.supply proxy service which can cause request spam. (cc76af7)