aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Cache::get_guild_channelAustin Hellyer2016-11-261-40/+20
* Rename PublicChannel to GuildChannelAustin Hellyer2016-11-251-4/+4
* Change the CACHE to be an RwLockAustin Hellyer2016-11-221-4/+4
* Rename the State to CacheAustin Hellyer2016-11-222-8/+8
* Don't unnecessarily borrow some if-letsAustin Hellyer2016-11-211-1/+1
* Re-organize the client moduleAustin Hellyer2016-11-212-11/+11
* Add framework command named argumentsAustin Hellyer2016-11-211-0/+10
* Fix voice example for state method renamingsAustin Hellyer2016-11-201-4/+4
* Allow Id/u64 equality comparisonsAustin Hellyer2016-11-171-1/+1
* Feature-gate voice exampleAustin Hellyer2016-11-151-0/+14
* Travis: Pass feature flag 'voice'Austin Hellyer2016-11-141-0/+2
* Add voice connection supportAustin Hellyer2016-11-141-0/+168
* Framework: fix command arg positioningAustin Hellyer2016-11-081-1/+1
* Add arguments to framework commandsAustin Hellyer2016-11-071-6/+6
* Add an 'allow_whitespace' framework configAustin Hellyer2016-11-061-0/+1