Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
change keyword system
Browse files Browse the repository at this point in the history
This changes keywords to be added to the entire server by default,
instead of requiring users to follow channels they want to keep up with.
User configuration options are still provided through channel-specific
keywords and the ability to mute channels to prevent notifications about
server-wide keywords there.

Because of the added complexity posed by this system, the commands
module was refactored into several submodules.

Started explicitly passing the gateway intents that highlights requires
to perhaps have a small performance benefit.

Renamed the removeserver command to remove-server because squishedcase
is ugly.
  • Loading branch information
ThatsNoMoon committed Sep 3, 2020
1 parent 2b33c7f commit 947592c
Show file tree
Hide file tree
Showing 10 changed files with 1,649 additions and 916 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "highlights"
version = "1.0.0-beta.5"
version = "1.0.0-beta.6"
authors = ["Benjamin Scherer <ThatsNoMoon.Alderaan@gmail.com>"]
repository = "https://github.com/ThatsNoMoon/highlights"
license = "OSL-3.0"
Expand Down
Loading

0 comments on commit 947592c

Please sign in to comment.