Releases: rubellyte/Red_Star
Red Star v1.3
Big backend changes! discord.py's rewrite branch is now required.
Changes:
+ Add anti-spam module
+ Add file logging (red_star.log
)
+ Add feedback while bot is adding songs to queue
~ Upgrade to discord.py v1.0.0a (rewrite)
~ activate
and deactivate
can now (de)activate plugins persistently (across restarts)
~ Bot will now raise a clearer error if a command fails because the bot doesn't have permissions needed.
~ Formatting improvements for help
~ Logger batches messages to reduce log spam
~ High-level bot management commands that affect all servers the bot is running on (e.g. update_avatar
, set_config
, deactivate
) now require the user to be defined as a "bot maintainer" in the bot's configuration.
- Remove moverole
, its functionality is now handled by editrole
.
Red Star v1.2
Changes:
+ Red Star has been rewritten to be able to run on multiple servers simultaneously.
+ Added Channel Manager: Channel Manager handles channel types per-server. Use get_channel
and set_channel
to set channels as a type.
+ purge
can now match by author with author:
+ Add addholiday
command: Allows MotD holidays to be added.
+ Added leavevoice
command to tell the bot to leave a voice channel.
+ Bot now leaves a voice channel if it is empty for a given time.
~ set_config
now checks type.
~ Added <server>
tag for get_config
and set_config
, substitutes for server ID.
~ volume
now returns feedback when changing volume.
~ testmotd
now checks that the inputs are valid dates.
~ Logger now logs the attachments of deleted messages.
~ Miscellaneous bug fixes.
Red Star v1.1
This release primarily brings significant improvements to the Music plugin.
Changes:
+ Added queue appending and dumping commands.
+ Add get_config and set_config commands.
+ Music can now be cached for improved performance.
+ Music plugin now supports playlists.
~ Shutdown command should be much cleaner now; please only use !shutdown to turn off the bot.
~ Queue display has been improved.
~ Fixed skipsong skipping the entire queue.
~ Music commands check permission
~ Display song progress in bot's Playing status.
~ Fixes for non-YouTube sources.
~ Omit aliases from help display if there are none.
~ Log the channel in which messages are edited/deleted.
Red Star v1.0
The first prime-time release of Red Star.
Features:
- Purging
- Event logging (Message edit and delete, server join and leave)
- Role administration by commands
- Message of the Day with configurable holidays and messages based on day, weekday, or month
- New member announcer
- Music playing
- Custom commands
See the README for installation details and the wiki for configuration and usage information.