aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Change the readme to use `docs.rs` instead of `serenity.zey.moe`acdenisSK2017-07-021-1/+1
|
* Update readme, docs and add `EventHandler` to the preludeacdenisSK2017-06-281-2/+2
|
* Update docs linksZeyla Hellyer2017-06-271-12/+12
|
* Update features list in READMEZeyla Hellyer2017-06-261-0/+10
|
* Remove most badges, related projects from READMEZeyla Hellyer2017-06-261-23/+2
|
* Bump to v0.3.0v0.3.0Zeyla Hellyer2017-06-241-1/+1
|
* Fix broken links in READMEZeyla Hellyer2017-06-071-14/+14
|
* Remove deprecated login_bot function from docsMei2017-05-161-5/+3
| | | | | `Client::login_bot` is now deprecated. Users should instead use `Client::login`.
* Bump to v0.2.0v0.2.0Zeyla Hellyer2017-05-131-1/+1
|
* Fix example in READMEMei2017-04-141-1/+1
| | | | | | | | | | | | | The example in the README would fail to compile due to an error: ``` --> src/main.rs:15:1 | 15 | command!(ping(_context, message) { | ^^^^^^^ error: aborting due to previous error ``` This can be fixed by prefixing `extern crate` with `#[macro_use]`.
* Update README for `methods` feature removalZeyla Hellyer2017-02-151-5/+0
| | | | | The `methods` feature was removed due to the OOP update, and so the README has been updated to reflect the removal.
* Remove a stupid claim about the lib in the docsAustin Hellyer2017-02-031-1/+1
|
* Thanks githubAustin Hellyer2017-01-271-1/+1
|
* Add logoAustin Hellyer2017-01-271-0/+3
|
* Fix rs suffixIllia2017-01-051-8/+8
|
* Use $crate in the command macroalex2016-12-241-2/+1
|
* Implement command groups and bucketsIllia2016-12-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement command groups * change to ref mut * Implement framework API. * Remove commands field * Make it all work * Make example use command groups * Requested changes * Implement adding buckets * Add ratelimit check function * Finish everything * Fix voice example * Actually fix it * Fix doc tests * Switch to result * Savage examples * Fix docs * Fixes * Accidental push * 👀 * Fix an example * fix some example * Small cleanup * Abstract ratelimit bucket logic
* Fix readme typoAustin Hellyer2016-12-121-1/+1
| | | | Too many setting git remotes today.
* Add related projects to readmeAustin Hellyer2016-12-121-1/+16
|
* Add installation notesAustin Hellyer2016-12-091-0/+17
|
* Update readme exampleAustin Hellyer2016-11-301-1/+1
|
* Move the example in the readmeAustin Hellyer2016-11-301-29/+32
|
* Add documentation for examplesAustin Hellyer2016-11-291-12/+62
| | | | | | | | 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.
* Add more shiny readme badgesAustin Hellyer2016-11-291-2/+6
| | | | ✨
* Update URLs to docsAustin Hellyer2016-11-081-12/+12
|
* Fix README exampleAustin Hellyer2016-11-081-3/+7
|
* Update to Travis CIAustin Hellyer2016-11-061-3/+3
|
* Docs: link to masterAustin Hellyer2016-11-061-1/+1
|
* Update READMEAustin Hellyer2016-11-061-14/+22
|
* Add some more documentationAustin Hellyer2016-11-061-1/+1
|
* Update URLs to GitLabAustin Hellyer2016-10-311-1/+1
|
* Fix readme example to properly use frameworkAustin Hellyer2016-10-231-2/+2
|
* Initial commitAustin Hellyer2016-10-181-0/+73