Skip to content

Releases: swinowz/Discord-Reminder-Bot

Discord Reminder Bot V2.0

25 Jan 15:28

Choose a tag to compare

🎉 Full Revamp Discord Reminder Bot V2.0.0

  • 🧰 Unified File Structure:
    Combined all functionalities into a single file to simplify development.
  • ♻️ Code Optimization:
    Improved efficiency and readability.
  • 🔁 Slash Command Transition:
    Removed prefix commands; now fully based on Discord slash commands.
  • 🔐 Backup Functionality:
    Added /export command to send server-specific backups.
  • Split Settings Commands:
    Divided configuration into /setupchannel and /setupinterval for better clarity.
  • 🌐 Legacy Support:

Discord Reminder Bot V1.3.0

29 Oct 18:03

Choose a tag to compare

Update 29/10/2024

  • Removed Debug reminders generation and deletion from production env to fix issues ( tbh I probably won't ... )
  • Improved Reminder Logic again: Fixed issues where the Days left until due was showing 1 day instead of 2days ( 2day minus one second was equal to 1day for the bot....

Next release will probably include bot autocleaning, so the bot will delete his own msg after a bit of time to keep chats clean but ratelimiting is making it really slow rn...

Full Changelog: bot2...bot3

Discord Reminder Bot V1.2.0

16 Oct 21:52

Choose a tag to compare

Update 16/10/2024

NEW -- Settings Command: The !settings includes:

  • Custom Reminder Intervals: check the intervals you want to use for the reminders
  • Debug Generation: Quickly generate sample homework assignments for testing.
  • Delete Homework Options: Choose between deleting all homework or only debug assignments.
  • Improved Reminder Logic: Fixed issues with the reminder loop to ensure reminders are sent at the correct times.
  • Define the reminder channe, will use system message channel by default

Added a restriction on the commands until the reminder intervals are set

Discord Reminder Bot V1.0.0

16 Oct 20:47
de61a06

Choose a tag to compare

Update 19/09/2024

  • Revamped the Bot
  • Simplified Event Types: Removed all types; the default and only type is now the old "reminder". ( so no event and daily types anymore )
  • Enhanced Reminder Schedule: Reminders will be sent at 14, 7, 3, 1, and less than 1 day remaining. You'll be able to configure this in the future
  • Modular Commands: Commands are now split into multiple modules for easier code management.
  • Commands: Commands are shorter for simplicity.
  • Clean Chat: The bot will now add a check emoji instead of sending a message.
  • Event Creation: The bot will create an event when adding a homework assignment.
  • Improved Delete Command: will remove the reminder AND the event
  • JSON: Updated formatting to support multiple servers.
  • System Channel Reminders: Change from channel id to this ( find it better)
  • Added .gitignore
  • Cleaned requirements.txt
  • Fixes