aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Update examples' unwraps to expects and imports as nested (#435)Lakelezz2018-11-1211-77/+98
* Add Function to neutralise Mentions (#414)Lakelezz2018-10-301-0/+31
* Prefix only Command (#416)Lakelezz2018-10-151-0/+3
* Add single group help (#385)Lakelezz2018-09-111-0/+3
* Suggest similar commands when using help (#377)Lakelezz2018-09-091-0/+5
* Fix `has_correct_permissions` when no guild is available (#376)Lakelezz2018-08-311-2/+2
* Use `to_`- and `as_`-methods instead of `get` and `find` on Id newtypesLakelezz2018-08-121-1/+1
* Fix default command upon shortcut prefix and passing sub-commands to default-...Lakelezz2018-08-071-10/+24
* Use `Args::full` in the framework exampleacdenisSK2018-08-021-1/+1
* Add default-commands for command-groups (#351)Lakelezz2018-07-211-0/+2
* Support multiple prefixes for command-groups (#343)Lakelezz2018-07-151-3/+9
* Add checks for groups (#349)Lakelezz2018-07-151-2/+31
* Add CreateEmbed::Field/s to 11_create_message_builder example (#338)Derrick Lee2018-06-241-1/+6
* Update the voice example to join the channel the user is in (#325)Derrick Lee2018-06-011-11/+18
* help: differentiate whether a command is unavailable in dms or guilds (#319)Lakelezz2018-05-251-4/+2
* Fix links to the repoZeyla Hellyer2018-05-234-4/+4
* Add `unrecognised_command` (#276)Lakelezz2018-02-151-0/+5
* Add create message builder example (#268)Perry Fraser2018-01-312-0/+50
* Fix customised help related docs (#267)Lakelezz2018-01-311-5/+5
* Remove byteorder dep in example 10Zeyla Hellyer2018-01-301-1/+0
* Add simple voice receive exampleZeyla Hellyer2018-01-302-0/+172
* Expose a client voice managerZeyla Hellyer2018-01-182-40/+80
* Add latency command to example 05Zeyla Hellyer2018-01-061-0/+47
* Add a Shard Manager example in examples directoryZeyla Hellyer2018-01-012-0/+98
* Fix most clippy lints, take more refeerncesZeyla Hellyer2017-12-161-1/+1
* Fix compilation of examplesZeyla Hellyer2017-12-162-4/+7
* Break up the model moduleZeyla Hellyer2017-12-166-6/+10
* Fix compilation of example 07Zeyla Hellyer2017-12-163-24/+8
* Make help-commands customisable (#227)Lakelezz2017-11-301-12/+60
* Clarify some example 01 documentationZeyla Hellyer2017-11-161-4/+4
* Merge v0.4.3acdenisSK2017-11-045-7/+76
|\
| * Add owner + quit functionality to example 07Zeyla Hellyer2017-10-293-2/+30
| * Add logging and dotenv to example 07Zeyla Hellyer2017-10-293-5/+45
* | Redo client internals + gatewayZeyla Hellyer2017-11-031-8/+1
* | Make the Client return a ResultZeyla Hellyer2017-11-038-8/+10
* | Remove `on_` prefix to EventHandler tymethodsZeyla Hellyer2017-10-227-13/+13
* | Update to account for changes made in 0.4.1acdenisSK2017-10-142-0/+57
|\|
| * Add env_logger bot exampleZeyla Hellyer2017-10-112-0/+57
| * `to_owned` -> `to_string`acdenisSK2017-10-012-3/+3
* | Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-102-15/+15
* | `to_owned` -> `to_string`acdenisSK2017-10-092-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