Releases: swinowz/Discord-Reminder-Bot
Releases · swinowz/Discord-Reminder-Bot
Discord Reminder Bot V2.0
🎉 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/exportcommand to send server-specific backups. - ➖ Split Settings Commands:
Divided configuration into/setupchanneland/setupintervalfor better clarity. - 🌐 Legacy Support:
Discord Reminder Bot V1.3.0
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
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
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