aboutsummaryrefslogtreecommitdiff
path: root/src/ext
Commit message (Expand)AuthorAgeFilesLines
* Add slightly more documentationZeyla Hellyer2017-03-251-0/+22
* Fix Member methods due to variant joined_at valuesZeyla Hellyer2017-03-201-0/+1
* Fix deadlock/panic on channel create event for private messagesSteffen Schröter2017-03-191-1/+1
* Fix incorrect cache exampleSteffen Schröter2017-03-171-1/+1
* Update doctests for Context changesZeyla Hellyer2017-02-153-14/+12
* Remove most Context methodsZeyla Hellyer2017-02-122-22/+24
* Fix a not-if-else lintZeyla Hellyer2017-02-121-3/+3
* Small amount of voice docsZeyla Hellyer2017-02-114-5/+24
* Allow standalone voice connectionsZeyla Hellyer2017-02-112-151/+245
* Remove improper uses of `map` in the cachealex2017-02-101-63/+23
* Optimize cachingZeyla Hellyer2017-02-092-272/+413
* Fix unreachable patterns in command macroAustin Hellyer2017-02-011-1/+1
* Fix docs linksAustin Hellyer2017-01-245-19/+16
* Properly drop on bindsAustin Hellyer2017-01-242-13/+10
* Switch to a mostly-fully OOP approachAustin Hellyer2017-01-232-12/+11
* First round of deleting useless methodsAustin Hellyer2017-01-151-6/+30
* Code style cleanupAustin Hellyer2017-01-081-1/+1
* hashmap of usagesTaavetti Sjelkov2017-01-021-1/+1
* Feature-flag a framework checkAustin Hellyer2017-01-021-5/+8
* Relisting 'Commands:' is redundant in embed helpAustin Hellyer2017-01-011-2/+0
* Implement context message queueingTaavi2017-01-016-36/+40
* Fix command macro signaturesAustin Hellyer2016-12-311-4/+4
* Fix typoIllia2016-12-312-4/+4
* Add command alias support and command.exampletaavi?2016-12-295-64/+155
* Use $crate in the command macroalex2016-12-241-4/+4
* Fix grammar in framework help the commandzeyla2016-12-211-1/+1
* (╯°□°)╯︵ ┻━┻Austin Hellyer2016-12-192-2/+3
* Clarify command missing argument messageAustin Hellyer2016-12-191-1/+1
* Fix framework message position boundary splitsAustin Hellyer2016-12-181-18/+21
* Default Framework command use_quotes to falseAustin Hellyer2016-12-181-1/+1
* Add framework config to ignore webhook messagesIllia2016-12-182-1/+23
* Fix framework before checkAustin Hellyer2016-12-181-1/+1
* Fix framework command cooldownsAustin Hellyer2016-12-171-1/+1
* Remove useless cache useAustin Hellyer2016-12-171-3/+0
* Remove cache feature dependency for frameworkAustin Hellyer2016-12-161-55/+65
* Make 'voice' feature not require 'cache'Austin Hellyer2016-12-165-7/+18
* Framework: format argument number on parse errorIllia2016-12-161-2/+9
* Fix framework owners_only checkIllia2016-12-161-6/+8
* Plain help: put groups on their own lineAustin Hellyer2016-12-141-0/+2
* Fix plain help command usage outputAustin Hellyer2016-12-141-0/+2
* Framework blocks, disabled commands, improvementsIllia2016-12-144-48/+205
* Slightly rework framework bucketsAustin Hellyer2016-12-146-207/+200
* Implement command groups and bucketsIllia2016-12-137-81/+703
* More config for CreateCommand, add various methodsIllia2016-12-105-5/+160
* Abstract command fields to typesAustin Hellyer2016-12-093-14/+20
* Fix some clippy lintsAustin Hellyer2016-12-091-6/+6
* Command builder, quoted args, and multi-prefixesIllia2016-12-094-32/+278
* Change all try's into ?sacdenisSK2016-12-072-58/+56
* Allow mentionable structs to be used as command argumentsIllia2016-12-071-0/+14
* Add Member::colourIllia2016-12-031-3/+3