Releases: illusion035/DiscordPlugin
Releases · illusion035/DiscordPlugin
Release list
DiscordPlugin v1.0.3
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
[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
!discordor/discordcommand. - Configuration Enhancements:
- Added
cache_duration_secondsoption to the configuration file to specify the duration for which the server stats should be cached (default is 60 seconds).
- Added
DiscordPlugin v1.0.1
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.