aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed admin bypass perm to framework allowed_rolesLakelezz2017-09-092-9/+13
* Handle channel category deletionZeyla Hellyer2017-09-091-14/+16
* serde rename `kind` to `type`acdenisSK2017-09-091-0/+1
* Apply rustfmt + fix testsZeyla Hellyer2017-09-098-16/+42
* `parent_id` -> `category_id`acdenisSK2017-09-092-4/+6
* Implement categoriesacdenisSK2017-09-0910-2/+187
* Change order to avoid subtraction overflow error (#160)Maiddog2017-09-071-1/+1
* Update `Guild::ban` to use `BanOptions`acdenisSK2017-09-062-9/+11
* Add a way for users to get ShardsZeyla Hellyer2017-09-051-0/+56
* Update deprecated bulk delete endpointZeyla Hellyer2017-09-051-1/+1
* Allow commands to be limited to certain roles (#157)Lakelezz2017-09-054-9/+90
* match to map/?acdenisSK2017-09-041-4/+1
* Fix the PRESET_GENERAL permission constantZeyla Hellyer2017-09-031-1/+1
* Apply rustfmt fixesZeyla Hellyer2017-09-011-1/+2
* Remove more non-bot user endpointsZeyla Hellyer2017-09-014-97/+0
* Add case insensitivityacdenisSK2017-09-012-1/+19
* Add num_args (#156)Maiddog2017-08-311-0/+8
* Make role references attainable via nameLakelezz2017-08-292-0/+69
* Add find and find_n (#153)Maiddog2017-08-281-0/+40
* Remove mut when not needed (#152)Maiddog2017-08-281-2/+2
* Prevent malformed opus data from crashing the bot process (#149)Maiddog2017-08-276-165/+186
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-2756-612/+1111
* Use `$crate` for `Args`acdenisSK2017-08-261-3/+3
* Revamp `RwLock` usage in the libacdenisSK2017-08-2458-1182/+821
* Allow FromStr for User to use REST (#147)Maiddog2017-08-242-7/+9
* Apply rustfmt fixesZeyla Hellyer2017-08-221-6/+8
* Add `with_config{_mut}`acdenisSK2017-08-231-0/+40
* Use cache when possible in UserId's get method (#146)Maiddog2017-08-222-2/+11
* Make args empty when no arguments are passed. (#143)Maiddog2017-08-221-1/+7
* Fix tests (#145)Maiddog2017-08-2210-88/+97
* Fix presence updatesMaiddog2017-08-211-0/+2
* Cfg the display impls as wellacdenisSK2017-08-221-0/+4
* Replace `()` with actual error typesacdenisSK2017-08-222-15/+116
* Have the variants be renamed to use snake_caseacdenisSK2017-08-221-1/+1
* feature-flag the vec_shift dependencyacdenisSK2017-08-212-1/+126
* Revamp the args to an `Args` structacdenisSK2017-08-206-143/+42
* Use wildcardacdenisSK2017-08-191-1/+1
* Move builtin framework impl to its own moduleZeyla Hellyer2017-08-1912-1064/+1074
* Add html_root_urlacdenisSK2017-08-191-0/+1
* Revert back to `deserialize_map`acdenisSK2017-08-191-3/+1
* `name` in reactions can be nullableacdenisSK2017-08-191-30/+8
* Fix rustfmt lines that are too longZeyla Hellyer2017-08-186-11/+41
* Clippy lintsZeyla Hellyer2017-08-185-40/+47
* Apply rustfmtZeyla Hellyer2017-08-1848-506/+807
* Move Clippy lints to a cfg_attrZeyla Hellyer2017-08-181-1/+1
* Move the Framework trait to the frameworkZeyla Hellyer2017-08-184-25/+21
* ClippyacdenisSK2017-08-196-17/+11
* Fix a failing test (#140)Bond-0092017-08-181-1/+1
* Add a case for `context, message, args, full_message`acdenisSK2017-08-181-0/+8
* Allow the user to be given the original message (as in, the message used to c...acdenisSK2017-08-184-15/+23