aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* feat, fix, chore, revert (desc)Fuwn2020-11-041-1/+1
| | | | | | | | | | | | | | | | feat: - not working: presence now checks if environment variable is present, if not, set to `0.1.0`. - `@everyone` abuse handling - urban dictionary to nsfw fix: - rename cc environment variables file chore: - bump version from `0.1.1` to `0.1.2` revert: - display presence now, but static
* refactor, chore, feat (desc)Fuwn2020-11-021-3/+4
| | | | | | | | | | | | | refactor: - `Cargo.toml` openssl patch - rename `DBOTS_TOKEN` environment variable feat: - new `wisp` command information - support server, bot invite, feature request, bot discovery sites. - use `CARGO_PKG_VERSION` environment variable to show version in presence. - `privacypolicy` command - prime more of the rocket webserver
* feat (desc)Fuwn2020-11-011-1/+8
| | | | | | | | feat: - implement somewhat ok but not done version of lavalink - new macros - plugin system - random hi plugin
* feat (desc)Fuwn2020-10-301-0/+1
| | | | | | | feat: - add `Procfile` and `app.json` to "prep" for heroku (probably not going to go to heroku though). - implement a plugin system and enable `random_hi` plugin. - move webserver to seperate location
* feat, chore, docFuwn2020-10-291-1/+3
| | | | | | | | | | | | | | feat: - implement rocket webserver (switch to rust nightly) - implement basic voice handling (outdated as i will probably be adding lavalink soon) chore: - specify rust toolchain in `rust-toolchain` file. - tidy up code a tiny bit doc: - add cc enviroment variables to file for future reference. - thicken readme.md (useless tbh)
* repo: push main from local to remoteFuwn2020-10-261-0/+58