Skip to content

Tags: helldivers-2/discord-bot

Tags

v0.5.2

#patch disabled biome images (temp fix)

v0.5.1

#patch fixed inability to remove war highlight subscriptions

v0.5.0

#minor added highlights subscription, changed `/updates` to use subcmds

- added highlights option for subscriptions, only posts the "events" field (usually major story updates)
- minor refactoring to startup/shutdown to support redis
- added basic redis support
- disabled `/warbonds` command (outdated, not using subcmds)
- fixed null values for support module

v0.4.3

#patch reducing supa usage and keep db entries for persistent messages

v0.4.2

#patch added permission check to `/summary`

v0.4.1

#patch updated `/summary` to match war status summary

v0.4.0

#minor various command additions and improvements, added second scrip…

…t for support module

- Completely overhauled the user flow for `/subscribe` -- uses buttons and menu selections, explanations
- Added `/items` command with `armor`/`weapon`/`grenade`/`booster` subcommands returning their stats, perks, etc.
- Added `/updates` command, allowing you to see updates/posts from a variety of sources
  - the goal of this is to allow users who aren't in the official HD2 Discord to see the Community Managers' communications more easily
  - sources include:
    - High Command Dispatches (from the HD2 discord)
    - HD2 Announcements (from the HD2 discord)
    - Arrowhead Games News (from the HD2 discord)
    - HD2 Patch Notes (from the official Steam community)
    - Steam Posts (from the official Steam community)
- Improved `/map` with more features, hopefully making it more generally useful
  - added supply lines, making paths between planets very clear
  - scaled up planet icons; active campaign planets have been *significantly* scaled up
  - planet faction colours are more visible and active campaign planets are slightly different
  - campaign planet colours are now displayed as a coloured pie chart
- Renamed `/discord` to `/links`, updated its description and styling, and added external link buttons for each website
- Added `/warbond` command featuring all current warbonds and their items
- Changed war status summary message to include an external Ko-fi link
- Developed a support bot/program to enable more functionality
  - runs using PM2 in the same container as the main bot
- Built out frameworks so I can use more Discord's features more easily
- Added more fields to be saved as historical data
- Many bug fixes and optimization

v0.3.0

#minor added `/items` command, fixed fallback api, campaign/planet ca…

…che now updates

v0.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
#patch Implement `X-Super-Client` and `X-Super-Contact` (#11)

* Update config.ts to have CONTACT

* Implement X-Super-Client and X-Super-Contact

Future compatibility with helldivers.dev and diveharder.com

* Use new frontend-url for fallback

v0.2.0

#minor removed dockerignore file