Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
botify 1.6.3.tar.gz | 2019-08-25 | 271.8 kB | |
botify 1.6.3.zip | 2019-08-25 | 416.9 kB | |
README.md | 2019-08-25 | 1.1 kB | |
Totals: 3 Items | 689.8 kB | 0 |
additional commands and properties and other improvements
- create SynchroniseCommand to synchronise a botify playlist with an external playlist
- in essence, this is an extension to the AddCommand that clears the playlist first
- create EmptyCommand to clear a botify playlist of all items
- add DefaultTextChannelProperty to customise the default channel per guild
- MessageService#acceptForGuild now sends messages targeted towards a guild with no channel specified to the customised defaultTextChannel if possible
- create AmbiguousCommandException to interrupt the command and ask a ClientQuestion from outside the AbstractCommand class during a command execution
- enable automatic removal of success and common error messages
- create property to define the amount of seconds after which temporary messages are deleted
- a timeout of 0 means there is not timeout
- success and common error messages are now temporary messages that are removed after the time specified by the tempMessageTimeout
- several fixes and improvements