Skip to content

Releases: illusion035/DiscordPlugin

DiscordPlugin v1.0.3

Choose a tag to compare

@illusion035 illusion035 released this 18 Sep 22:44
ec25ec7

New in v1.3

  • API Status Check: Added functionality to check if the Discord API is offline. If the API is down, a message is displayed instead of showing the total members and online members.

  • API Error Message Configuration: Introduced a customizable error message (api_error_message) for when the Discord API is not working. This can be configured in the plugin settings.

  • Show Link Only on API Error: Added a configuration option (show_link_only_on_error) to show only the Discord invite link when the API is down, without displaying the member counts.

  • API Status Caching: Implemented caching for checking the Discord API status to minimize lag. The cache duration is configurable, reducing the need for repeated API requests when checking the status.

DiscordPlugin v1.0.2

Choose a tag to compare

@illusion035 illusion035 released this 18 Sep 10:36
aec670a

[v1.0.2] - [18.09.2024]

Added

  • Caching Implementation: Added caching to reduce server lag caused by frequent API requests. The plugin now updates the cached data every minute, improving performance when using the !discord or /discord command.
  • Configuration Enhancements:
    • Added cache_duration_seconds option to the configuration file to specify the duration for which the server stats should be cached (default is 60 seconds).

DiscordPlugin v1.0.1

Choose a tag to compare

@illusion035 illusion035 released this 17 Sep 14:45
c515499

Version 1.0.1

  • Added Total Members Count: Displays the total number of members in the Discord server.
  • Added Total Online Users Count: Displays the number of online users in the Discord server.
  • Enhanced Configuration Options:
    • Member Counts Message: Allows custom messages for displaying total members and online users.
    • Show Total Stats: Added a configuration option to enable or disable the display of total stats.