2020-12-15 22:26:42 +00:00
**Reminder Bot Update 1.3.0**
- `help` command reworked:
+ The help command now shows all information within Discord, rather than redirecting to an external website
+ The help command has separate pages for different commands with examples, and detailed information on arguments
- `timezone` command reworked:
2020-12-15 23:12:04 +00:00
+ Timezone was a notoriously annoying command to use, so these changes will hopefully improve its usability
2020-12-15 22:26:42 +00:00
+ Typing `$timezone` will now show you a list of the most popular timezones and the time in those timezones, to make it easy for many users to select their timezones
+ If a timezone is not recognised, the bot will show you a list of 'similar' timezones by name, and the times in these timezones
+ Outputs are more descriptive
- `language` command reworked:
2020-12-15 23:12:04 +00:00
+ Language has been made to look somewhat nicer and you can now use reactions to switch language
2020-12-15 22:26:42 +00:00
- `timer` visual improvements:
2020-12-15 23:12:04 +00:00
+ Some emojis have been added to the timer command
2020-12-15 22:26:42 +00:00
2020-12-17 19:59:02 +00:00
- `restrict` visual improvements:
+ Roles grouped by command and displayed as embed fields
2020-12-15 22:26:42 +00:00
- `look` fixes:
2020-12-15 23:12:04 +00:00
+ `$look all` has been removed, as this allowed users to check reminders in private channels
+ Fixed a bug where channels would be ignored if other switches were provided
2020-12-15 22:26:42 +00:00
- `remind` command reworked:
2020-12-15 23:12:04 +00:00
+ Backend of this command completely reworked
+ Fixed providing times in exact format not working if a day was provided but not a month/year
+ This command supports bulk-setting reminders to multiple locations
2020-12-15 22:26:42 +00:00
2020-12-16 16:55:53 +00:00
- `meridian`: new command:
+ Allows you to change time displays between 12 hour format and 24 hour format
+ Hence, `$clock 12` has been removed
2020-12-15 22:26:42 +00:00
- General changes:
+ More command outputs use embeds to look nicer
2020-12-16 16:55:53 +00:00
+ More standard help outputs
2020-12-16 16:53:13 +00:00
+ Remind commands now provide output that is more detailed
2020-12-15 23:12:04 +00:00
+ Translations are now loaded from a JSON file included within the executable
2020-12-16 16:55:53 +00:00
+ Reduced user caching by individually querying some attributes
2020-12-17 19:59:02 +00:00
+ Roles can now be silently mentioned in reminder commands with `<<Role name>>`
+ Remind commands now support tts with `/tts`, and attachment uploading
2020-12-16 16:53:13 +00:00
+ The number of days will show even if zero to improve clarity
2020-12-17 19:59:02 +00:00
+ Dependencies updated to latest patches