aboutsummaryrefslogtreecommitdiff
path: root/src/core/handler.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat, fix, chore, revert (desc)Fuwn2020-11-041-2/+3
| | | | | | | | | | | | | | | | 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-8/+2
| | | | | | | | | | | | | 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-0/+11
| | | | | | | | feat: - implement somewhat ok but not done version of lavalink - new macros - plugin system - random hi plugin
* feat (desc)Fuwn2020-10-301-1/+5
| | | | | | | 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-3/+13
| | | | | | | | | | | | | | 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)
* feat, annotate, chore (desc)Fuwn2020-10-271-2/+3
| | | | | | | | | | | | | | | | | | | | | | | feat: - feature request - github organization - change up the `uwu!` response - add parse and send goodbye to utils - add goodbye stuff to config model - add aliases to ignore remove and list - add alias to russian roulette annotate: - framework.rs chore: - change command group names - add discriminator to ready log - add period to fern log output - change up order of server info command + add stuff metnioned above other: - comment out config goodbye
* repo: push main from local to remoteFuwn2020-10-261-0/+572