0.20.0 - Commands framework rework, full emojis support
This version brings big API changes:
Commands
class divided intoMirrorsCommandFramework
andInstanceCommandFramework
.Command
class has now context instead ofMessage
object in method call.Commands
now can into subcommand viaMirrorsCommandFramework
Commands
can create currying calls.delay()
methods provides ability to wait for another input from user.Emojis
big update - now adding, removing reactions and sending emojis are full supported.- Added big. massive class
UnicodeEmojis
which contains about 1k of unicode emojis ready for you use.