discord-gamestatus

View the status of your game server in discord using embeds

GPL-3.0 License

Stars
33

Bot releases are hidden (Show)

discord-gamestatus - Version 2.4.1 Latest Release

Published by Douile 9 months ago

Changes:

  • Fix minecraft queries that use velocity (thanks to NotASteve on discord for reporting)
  • Update dependencies
    • gamedig 4.2.0 -> 4.3.1

Full Changelog: https://github.com/discord-gamestatus/discord-gamestatus/compare/v2.4.0...2.4.1

discord-gamestatus - Version 2.4.0

Published by Douile 11 months ago

Breaking changes

  • Converted bot to monorepo
    • bin/discord-gamestatus.js is now bot/bin/discord-gamestatus.js

What's Changed

Full Changelog: https://github.com/discord-gamestatus/discord-gamestatus/compare/v2.3.0...v2.4.0

discord-gamestatus - 2.3.0

Published by Douile 12 months ago

Changes:

  • Added SQL linting/formatting
  • Updated dependencies (including gamedig)
  • Added CONTRIBUTING.md
  • Added CHANGELOG.md
  • Add local IP range blocklist (and CLI option to disable --dont-block-local-addresses)
  • Use dotenv when starting to source environment variables
  • Various SQL fixes
  • Improve docker build and compose
  • Fixed commands timing out while accessing database by deferring the response
  • Prefixed imports from nodes standard library with node:
  • Added issue templates

Breaking changes:

  • Add a scheduler that is needed to tell the bot when to update status messages
  • Renamed bin/discord-gamestatus to bin/discord-gamestatus.js

Full Changelog: https://github.com/discord-gamestatus/discord-gamestatus/compare/v2.2.3...v2.3.0

discord-gamestatus - Version 2.2.3

Published by Douile almost 2 years ago

  • status - fix command not responding properly
  • Add constraint so images have to be URLs
  • Various bug fixes

Full Changelog: https://github.com/discord-gamestatus/discord-gamestatus/compare/v2.2.2...v2.2.3

discord-gamestatus - v2.2.2

Published by Douile about 2 years ago

  • Fix statusremove slash command not working
  • Add a way to include special characters when using /statusmod set (closes #49)

Full Changelog: https://github.com/discord-gamestatus/discord-gamestatus/compare/v2.2.1...v2.2.2

discord-gamestatus - Version 2.2.0

Published by Douile about 2 years ago

What's Changed

Full Changelog: https://github.com/discord-gamestatus/discord-gamestatus/compare/v2.1.0...v2.2.0

discord-gamestatus - Version 2.1.0

Published by Douile over 2 years ago

discord-gamestatus - Version 2.0.0

Published by Douile over 2 years ago

What's Changed

Full Changelog: https://github.com/discord-gamestatus/discord-gamestatus/compare/v1.15.3...v2.0.0

discord-gamestatus - Version 1.15.3

Published by Douile over 3 years ago

Changes:

  • Re-implemented JSON save support
  • General database backend improvements
  • Updated dependencies
discord-gamestatus - Version 1.15.2

Published by Douile over 3 years ago

Changes:

  • Fix discord status queries not working
  • Fix offlineImage never beeing shown
discord-gamestatus - Version 1.15.1

Published by Douile over 3 years ago

Changes:

  • Fully remove notify command (data still stored in database)
  • Fix statusclear error-ing if status message was already deleted
  • Update README
  • Change auto-updater to send a new message if it receives a 10008 error (message deleted)
discord-gamestatus - Version 1.15.0-nojson

Published by Douile over 3 years ago

Changes:

  • Fix long-standing issue where statuses on first tick don't get updated
  • Update code internals so that database is more efficient
    • WARNING: This update breaks SaveJSON support so do not update if you use JSON saves, there is a migration script if you wish to migrate to postgres. However I plan to re-implement JSON support in the near future.
discord-gamestatus - Version 1.14.5

Published by Douile over 3 years ago

Changes:

  • Fix queries with the new Players class from gamedig
  • Fix saving updates before adding them when creating statuses
discord-gamestatus - Version 1.14.4

Published by Douile over 3 years ago

Changes:

  • Updated dependencies
discord-gamestatus - Version 1.14.3

Published by Douile over 3 years ago

Changes:

  • Fix an error when saving to JSON files
discord-gamestatus - Version 1.14.2

Published by Douile over 3 years ago

Changes:

  • Fix some offline properties not updating when using postgres save interface
  • Delete updates after receiving missing permissions or channel error
  • Improve some logging
  • Bump required node version to 15
discord-gamestatus - Version 1.14.1

Published by Douile over 3 years ago

Changes:

  • Use forge for updates (this reduces REST API requests a whole bunch)
  • Update dependencies
discord-gamestatus - Version 1.14.0

Published by Douile almost 4 years ago

Changes:

  • Add postgres support
    • Refactor lots of storage code
  • Add limits caching (slow member endpoint)
discord-gamestatus - Version 1.13.2

Published by Douile almost 4 years ago

Changes:

  • Delete empty arguments when creating a status update
  • Fix limits using member from stale cache
    • Don't fetch guild roles as only partials are needed
  • Fix statuses exceeding guild limits not being removed
  • Update dependencies
discord-gamestatus - Version 1.13.1

Published by Douile almost 4 years ago

Changes:

  • Add better type checking in update setOption
Related Projects