aboutsummaryrefslogtreecommitdiff
path: root/src/ext/framework/create_command.rs
diff options
context:
space:
mode:
authorAustin Hellyer <[email protected]>2016-12-18 11:49:34 -0800
committerAustin Hellyer <[email protected]>2016-12-18 11:49:34 -0800
commit38a484d0fec91e290bc1633fc871131f9decd0ca (patch)
tree66bb42f5547a7c7e5bde4ead4d63159b515c2a6e /src/ext/framework/create_command.rs
parentAdd framework config to ignore webhook messages (diff)
downloadserenity-38a484d0fec91e290bc1633fc871131f9decd0ca.tar.xz
serenity-38a484d0fec91e290bc1633fc871131f9decd0ca.zip
Default Framework command use_quotes to false
Diffstat (limited to 'src/ext/framework/create_command.rs')
-rw-r--r--src/ext/framework/create_command.rs2
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,