diff options
Diffstat (limited to 'examples/06_command_framework/Cargo.toml')
| -rw-r--r-- | examples/06_command_framework/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/06_command_framework/Cargo.toml b/examples/06_command_framework/Cargo.toml index ec4fea7..bddfc55 100644 --- a/examples/06_command_framework/Cargo.toml +++ b/examples/06_command_framework/Cargo.toml @@ -7,5 +7,5 @@ authors = ["my name <[email protected]>"] typemap = "0.3" [dependencies.serenity] -features = ["framework", "methods"] +features = ["framework"] path = "../../" |