Skip to content

Commit

Permalink
Switch to a mostly-fully OOP approach
Browse files Browse the repository at this point in the history
The context is now strictly in relation to the context of the current
channel related to the event, if any. See Context::say for a list of
events that the context can be used for.
  • Loading branch information
Austin Hellyer committed Jan 23, 2017
1 parent 1cccf47 commit 651c618
Show file tree
Hide file tree
Showing 16 changed files with 3,445 additions and 2,025 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Expand Up @@ -46,10 +46,9 @@ version = "0.0.12"
yaml-rust = "0.3"

[features]
default = ["cache", "framework", "methods"]
default = ["cache", "framework"]
cache = []
debug = []
framework = []
methods = []
extras = []
voice = ["opus", "sodiumoxide"]

0 comments on commit 651c618

Please sign in to comment.