aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Add owner + quit functionality to example 07Zeyla Hellyer2017-10-293-2/+30
* Add logging and dotenv to example 07Zeyla Hellyer2017-10-293-5/+45
* Add env_logger bot exampleZeyla Hellyer2017-10-112-0/+57
* `to_owned` -> `to_string`acdenisSK2017-10-012-3/+3
* Fix tests and example 05Zeyla Hellyer2017-09-241-1/+1
* Note the standard_framework feature in examplesZeyla Hellyer2017-09-096-6/+6
* Add more info on methods in framework exampleLakelezz2017-09-061-4/+41
* Fix examples (#151)Maiddog2017-08-285-13/+17
* Move builtin framework impl to its own moduleZeyla Hellyer2017-08-193-10/+12
* Update examplesacdenisSK2017-08-144-9/+8
* Update examplesacdenisSK2017-08-066-22/+25
* Also update examplesacdenisSK2017-06-295-49/+78
* Run clippy on examplesZeyla Hellyer2017-06-142-13/+9
* Deprecate Client::login, add Client::newZeyla Hellyer2017-06-067-7/+7
* Fix call to VoiceManager.join in example 06---redacted---2017-05-181-1/+1
* Remove example 01 debuggingZeyla Hellyer2017-04-232-8/+0
* Deprecate methods prefixed with `get_`Zeyla Hellyer2017-04-192-1/+9
* Update the way errors are handled in dispatchIllia2017-04-191-2/+13
* Remove selfbot supportZeyla Hellyer2017-04-0515-45/+11
* Add a sample bot structure exampleZeyla Hellyer2017-03-255-0/+61
* Update search paramsZeyla Hellyer2017-03-252-127/+0
* Fix Cargo.toml requirements in examplesZeyla Hellyer2017-03-174-15/+7
* Update examples for Context changesZeyla Hellyer2017-02-258-93/+94
* Update voice example to latest changesZeyla Hellyer2017-02-111-2/+2
* Update examples for cache rewriteZeyla Hellyer2017-02-112-11/+14
* Update examples for OOP style updateAustin Hellyer2017-01-2416-45/+43
* Fix rs suffixIllia2017-01-052-2/+2
* Fix toml dependency description in docDavid Duarte2017-01-021-1/+1
* Implement context message queueingTaavi2017-01-012-10/+11
* Fix typoIllia2016-12-312-2/+2
* Add command alias support and command.exampletaavi?2016-12-291-2/+5
* Add guild and channel searchAustin Hellyer2016-12-292-0/+123
* Use $crate in the command macroalex2016-12-241-1/+1
* Modify examples to point to current repoAustin Hellyer2016-12-167-7/+7
* Framework blocks, disabled commands, improvementsIllia2016-12-141-0/+2
* Framework requires cacheAustin Hellyer2016-12-141-4/+3
* Implement command groups and bucketsIllia2016-12-132-41/+61
* More config for CreateCommand, add various methodsIllia2016-12-102-3/+5
* Command builder, quoted args, and multi-prefixesIllia2016-12-091-36/+16
* Add a ShareMap across contextsAustin Hellyer2016-12-052-2/+45
* Release v0.1.0v0.1.0Austin Hellyer2016-11-307-7/+7
* Re-order example Cargo.toml'sAustin Hellyer2016-11-307-14/+14
* Add documentation for examplesAustin Hellyer2016-11-2911-24/+177
* Clean up the codebaseAustin Hellyer2016-11-2914-37/+77
* Add initial audio supportAustin Hellyer2016-11-291-29/+127
* Optimize for cached, non-method compilesAustin Hellyer2016-11-282-0/+19
* Update example 07 with framework changesAustin Hellyer2016-11-281-5/+5
* Add before/after framework command hooksIllia K2016-11-281-8/+12
* Voice example no longer requires 'extras'Austin Hellyer2016-11-261-6/+6
* Add no-named-argument command macro matchAustin Hellyer2016-11-261-2/+2