aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Spaces between badges in readmeZeyla Hellyer2018-07-291-1/+1
| | | | Readme changes require a lot of commits after all.
* Make the readme badges more prettyZeyla Hellyer2018-07-291-6/+6
|
* Document minimum Rust versionZeyla Hellyer2018-07-291-2/+6
|
* Fix closing code fence in readmeZeyla Hellyer2018-07-291-0/+1
|
* Readme: list default features in "Features"Zeyla Hellyer2018-07-291-0/+21
|
* Update readme logo URIZeyla Hellyer2018-07-061-1/+1
| | | | Update the URI to the logo in the README.
* Fix links to the repoZeyla Hellyer2018-05-231-2/+2
| | | | | Fixes links to the repo from `https://github.com/zeyla/serenity` to `https://github.com/serenity-rs/serenity`.
* Switch to the new repo url for travis (#316)Lakelezz2018-05-231-2/+2
|
* Remove discord-rs from related projectsacdenisSK2018-05-021-2/+0
| | | | It's been stagnant without any changes made for a long while; thus we should no longer link to it anymore.
* Bump to v0.5.0v0.5.0Zeyla Hellyer2018-01-201-3/+3
|
* Update readme exampleZeyla Hellyer2018-01-181-3/+6
|
* Fix syntax highlighting in READMEJędrzej2017-12-091-1/+1
| | | | (cherry picked from commit 8ec939350770e3c2a511be25cf341ed1526a35dd)
* Add guild invite to readmeZeyla Hellyer2017-11-191-1/+3
|
* Fix ping bot example (#211)Ben2017-10-311-1/+6
|
* Update URL to logoZeyla Hellyer2017-10-141-1/+1
| | | | | | Updates the URL of the logo to a location that will always persist. That is, pointing to a branch will become invalid after a new version is released, but this will be permanent.
* Add related projects to READMEZeyla Hellyer2017-10-121-0/+17
|
* Update readme exampleZeyla Hellyer2017-09-251-2/+3
|
* Bump to v0.4.0Zeyla Hellyer2017-09-251-1/+1
|
* Document the standard_framework feature in READMEZeyla Hellyer2017-09-091-0/+1
|
* 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
|