aboutsummaryrefslogtreecommitdiff
path: root/examples/01_basic_ping_bot
Commit message (Collapse)AuthorAgeFilesLines
* Update examples for Context changesZeyla Hellyer2017-02-251-3/+3
| | | | | | Due to many of the channel methods being removed from the Context (due to basically duplicating methods and code from `ChannelId`), update all of the examples to use methods on `ChannelId` instead.
* Update examples for OOP style updateAustin Hellyer2017-01-242-5/+5
|
* Modify examples to point to current repoAustin Hellyer2016-12-161-1/+1
| | | | | | | | | | | Instead of pointing to the current minor version, the examples' `Cargo.toml`s should be a relative path to the current cloned repo. This improves the examples by: 1. always being up-to-date if major or minor version updates occur; 2. being more up-to-standard with the examples' readme; 3. making debugging the library locally easier (not having to constantly modify the version to a path).
* Release v0.1.0v0.1.0Austin Hellyer2016-11-301-1/+1
|
* Re-order example Cargo.toml'sAustin Hellyer2016-11-301-2/+2
|
* Add documentation for examplesAustin Hellyer2016-11-291-2/+29
| | | | | | | | The examples include a README located in `examples/README.md`, which contains instructions for running these examples. They act as a simple form of tutorial to the library, without getting into too many details.
* Clean up the codebaseAustin Hellyer2016-11-292-0/+30