New Stuff
* Base command groups will be able to be invoked directly at some point in the future, so that is supported now
* This means that the decorated coro is actually the callback
* Checks have been moved into `Group.check`
* You can specify `in_addition=True` to call the group callback before a subcommand callback
* `MessageFlags` enum marks message flags
* In particular, `MessageFlags.EPHEMERAL` can be passed into the new `flags` argument in `Context.respond()` to send a message à la Clyde that is private and dismissable
Changes
* The entire traceback for failed fetches when constructing `Context`s is no longer logged, only the fact that the fetch failed.
* Some objects now have `__repr__`s or `__str__`s
* `Group` inherits from `Command`
Fixes
* Logger name was wrong (correct is `discord.ext.slash`)
* `allowed_mentions` was actually supported by the API this whole time, but my implementation was faulty