diff options
| author | Austin Hellyer <[email protected]> | 2016-12-18 11:49:34 -0800 |
|---|---|---|
| committer | Austin Hellyer <[email protected]> | 2016-12-18 11:49:34 -0800 |
| commit | 38a484d0fec91e290bc1633fc871131f9decd0ca (patch) | |
| tree | 66bb42f5547a7c7e5bde4ead4d63159b515c2a6e /src/ext/framework | |
| parent | Add framework config to ignore webhook messages (diff) | |
| download | serenity-38a484d0fec91e290bc1633fc871131f9decd0ca.tar.xz serenity-38a484d0fec91e290bc1633fc871131f9decd0ca.zip | |
Default Framework command use_quotes to false
Diffstat (limited to 'src/ext/framework')
| -rw-r--r-- | src/ext/framework/create_command.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/framework/create_command.rs b/src/ext/framework/create_command.rs index 99505e5..06d412a 100644 --- a/src/ext/framework/create_command.rs +++ b/src/ext/framework/create_command.rs @@ -187,7 +187,7 @@ impl Default for Command { exec: CommandType::Basic(Box::new(|_, _, _| Ok(()))), desc: None, usage: None, - use_quotes: true, + use_quotes: false, min_args: None, bucket: None, max_args: None, |