Releases: TehNut/AniSchedule
Releases · TehNut/AniSchedule
v3.0.0-alpha
- Fully rewritten command handling to use slash commands
- Permissions use Discord's builtin slash command permission system (Server owners can use
/permission
to set who can use editing commands) - Announcements can be accompanied by a dedicated discussion thread
- Visual improvements to announcement embeds
Also probably other things I can't remember :^)
v2.0.3
v2.0.2
- Modified
watching
command to include time until airing
- Added new
nextday
command that displays series airing in the next 24 hour period.- Providing a number after the command indicates the how many days to jump forward. eg: a value of
1
will be from now until 24 hours from now, a value of2
would be 24 hours from now until 48 hours from now.
- Providing a number after the command indicates the how many days to jump forward. eg: a value of
v2.0.1
- Fixed issue with generating a fresh
data.json
file. (#5) - Optimized
next
command to only request a single entry instead of a full page. watching
will now display all watched entries rather than just those set toRELEASING
.
When the announcement for the final episode is made, it will be removed from the watch list.
v2.0.0
v1.1.5
v1.1.4
v1.1.3
Changes
- Added a
help
command which lists all available commands - Fixed an issue when a media doesn't have a pre-calculated color
- Ignore all DMs as they cause everything to break
- Added a line to the announcement mentioning that streams may not be immediately available
- Added a
cleanup
command that removes all media from the watch list that have finished airing
v1.1.2
Changes
- Actually fixed the bug where "Watch" would be added to the description even when there were no stream links
- It now displays
No licensed streaming links available
instead
- It now displays
- Added a command to view the next airing anime being watched by the current channel
v1.1.1
Changes
- Fixed bug where the "Watch" text would be added even if there were no streaming links
- Added the ability to use AniList entry links (ie:
https://anilist.co/anime/101338/Mob-Psycho-100-II/
orhttps://anilist.co/anime/101338/
) instead of requiring the user to extract the ID from the URL manually